#694A08

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

Shades of Raw Umber #694A08

Tints of Raw Umber #694A08

Color information

#694A08 (or 0x694A08) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 08. RGB value is (105,74,8). Sum of RGB (Red+Green+Blue) = 105+74+8=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A08 is #96B5F7. Grayscale: #4C4C4C. Windows color (decimal): -9876984 or 543337. OLE color: 543337.

HSL color Cylindrical-coordinate representation of color #694A08: hue angle of 40.82º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #694A08 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105748-
CMYK00.300.920.59
HSL40.82º85.84%22.16%-
HSV(B)40.82º92.38%41.18%-
XYZ8.327.921.32-
YUV75.7489.77148.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=56.15%
G=39.57%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10574800.300.920.5940.8285.8422.16
Hex694A801E5C3B295616
Octal15111210036134735112626
Binary1101001100101010000111101011100111011101001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694A08; }

 p { color: rgb(105,74,8); }

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

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

 a { background-color: rgb(105,74,8); }

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

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

 span { border-color: rgb(105,74,8); }

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