#694E0A

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

Shades of Raw Umber #694E0A

Tints of Raw Umber #694E0A

Color information

#694E0A (or 0x694E0A) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 0A. RGB value is (105,78,10). Sum of RGB (Red+Green+Blue) = 105+78+10=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E0A is #96B1F5. Grayscale: #4E4E4E. Windows color (decimal): -9875958 or 675433. OLE color: 675433.

HSL color Cylindrical-coordinate representation of color #694E0A: hue angle of 42.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #694E0A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1057810-
CMYK00.260.900.59
HSL42.95º82.61%22.55%-
HSV(B)42.95º90.48%41.18%-
XYZ8.68.471.47-
YUV78.3289.45147.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=54.40%
G=40.41%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105781000.260.900.5942.9582.6122.55
Hex694EA01A5A3B2b5317
Octal15111612032132735312327
Binary1101001100111010100110101011010111011101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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