#694207

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

Shades of Raw Umber #694207

Tints of Raw Umber #694207

Color information

#694207 (or 0x694207) is unknown color: approx Raw Umber. HEX triplet: 69, 42 and 07. RGB value is (105,66,7). Sum of RGB (Red+Green+Blue) = 105+66+7=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #694207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694207 is #96BDF8. Grayscale: #474747. Windows color (decimal): -9879033 or 475753. OLE color: 475753.

HSL color Cylindrical-coordinate representation of color #694207: hue angle of 36.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #694207 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB105667-
CMYK00.370.930.59
HSL36.12º87.5%21.96%-
HSV(B)36.12º93.33%41.18%-
XYZ7.816.921.12-
YUV70.9491.92152.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=58.99%
G=37.08%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10566700.370.930.5936.1287.521.96
Hex694270255D3B245816
Octal1511027045135734413026
Binary1101001100001011101001011011101111011100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694207; }

 p { color: rgb(105,66,7); }

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

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

 a { background-color: rgb(105,66,7); }

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

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

 span { border-color: rgb(105,66,7); }

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