#694011

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

Shades of Raw Umber #694011

Tints of Raw Umber #694011

Color information

#694011 (or 0x694011) is unknown color: approx Raw Umber. HEX triplet: 69, 40 and 11. RGB value is (105,64,17). Sum of RGB (Red+Green+Blue) = 105+64+17=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #694011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694011 is #96BFEE. Grayscale: #474747. Windows color (decimal): -9879535 or 1130601. OLE color: 1130601.

HSL color Cylindrical-coordinate representation of color #694011: hue angle of 32.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #694011 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1056417-
CMYK00.390.840.59
HSL32.05º72.13%23.92%-
HSV(B)32.05º83.81%41.18%-
XYZ7.766.711.42-
YUV70.997.58152.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=56.45%
G=34.41%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105641700.390.840.5932.0572.1323.92
Hex694011027543B204818
Octal15110021047124734011030
Binary110100110000001000101001111010100111011100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694011; }

 p { color: rgb(105,64,17); }

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

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

 a { background-color: rgb(105,64,17); }

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

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

 span { border-color: rgb(105,64,17); }

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