#694010

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

Shades of Raw Umber #694010

Tints of Raw Umber #694010

Color information

#694010 (or 0x694010) is unknown color: approx Raw Umber. HEX triplet: 69, 40 and 10. RGB value is (105,64,16). Sum of RGB (Red+Green+Blue) = 105+64+16=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694010 is #96BFEF. Grayscale: #474747. Windows color (decimal): -9879536 or 1065065. OLE color: 1065065.

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

Color convert

RGB1056416-
CMYK00.390.850.59
HSL32.36º73.55%23.73%-
HSV(B)32.36º84.76%41.18%-
XYZ7.756.711.38-
YUV70.7997.08152.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=56.76%
G=34.59%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105641600.390.850.5932.3673.5523.73
Hex694010027553B204a18
Octal15110020047125734011230
Binary110100110000001000001001111010101111011100000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694010; }

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

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

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

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

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

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

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

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