#694E08

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

Shades of Raw Umber #694E08

Tints of Raw Umber #694E08

Color information

#694E08 (or 0x694E08) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 08. RGB value is (105,78,8). Sum of RGB (Red+Green+Blue) = 105+78+8=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #694E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E08 is #96B1F7. Grayscale: #4E4E4E. Windows color (decimal): -9875960 or 544361. OLE color: 544361.

HSL color Cylindrical-coordinate representation of color #694E08: hue angle of 43.3º 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 #694E08 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105788-
CMYK00.260.920.59
HSL43.3º85.84%22.16%-
HSV(B)43.3º92.38%41.18%-
XYZ8.598.471.41-
YUV78.0988.45147.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=54.97%
G=40.84%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10578800.260.920.5943.385.8422.16
Hex694E801A5C3B2b5616
Octal15111610032134735312626
Binary1101001100111010000110101011100111011101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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