#693D01

Color #693D01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #693D01

Tints of Raw Umber #693D01

Color information

#693D01 (or 0x693D01) is unknown color: approx Raw Umber. HEX triplet: 69, 3D and 01. RGB value is (105,61,1). Sum of RGB (Red+Green+Blue) = 105+61+1=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #693D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D01 is #96C2FE. Grayscale: #434343. Windows color (decimal): -9880319 or 81257. OLE color: 81257.

HSL color Cylindrical-coordinate representation of color #693D01: hue angle of 34.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #693D01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105611-
CMYK00.420.990.59
HSL34.62º98.11%20.78%-
HSV(B)34.62º99.05%41.18%-
XYZ7.56.340.86-
YUV67.3290.58154.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=62.87%
G=36.53%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561100.420.990.5934.6298.1120.78
Hex693D102A633B236215
Octal151751052143734314225
Binary1101001111101101010101100011111011100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693D01; }

 p { color: rgb(105,61,1); }

 H1.HeaderClassName
 {
   color: #693D01;
 }
 .AnyTagClassName
 {
   color: #693D01;
 }
</style>
background-color css

<style>
 a { background-color: #693D01; }

 a { background-color: rgb(105,61,1); }

 div.DivClassName
 {
   background-color: #693D01;
 }
 .BgClassName
 {
   background-color: #693D01;
 }
</style>
border-color css

<style>
 span { border-color: #693D01; }

 span { border-color: rgb(105,61,1); }

 td.TdClassName
 {
   border-color: #693D01;
 }
 .TagClassName
 {
   border-color: #693D01;
 }
</style>