#694A18

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

Shades of Raw Umber #694A18

Tints of Raw Umber #694A18

Color information

#694A18 (or 0x694A18) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 18. RGB value is (105,74,24). Sum of RGB (Red+Green+Blue) = 105+74+24=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A18 is #96B5E7. Grayscale: #4D4D4D. Windows color (decimal): -9876968 or 1591913. OLE color: 1591913.

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

Color convert

RGB1057424-
CMYK00.300.770.59
HSL37.04º62.79%25.29%-
HSV(B)37.04º77.14%41.18%-
XYZ8.447.971.96-
YUV77.5797.77147.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=51.72%
G=36.45%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105742400.300.770.5937.0462.7925.29
Hex694A1801E4D3B253f19
Octal1511123003611573457731
Binary1101001100101011000011110100110111101110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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