#664412

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

Shades of Raw Umber #664412

Tints of Raw Umber #664412

Color information

#664412 (or 0x664412) is unknown color: approx Raw Umber. HEX triplet: 66, 44 and 12. RGB value is (102,68,18). Sum of RGB (Red+Green+Blue) = 102+68+18=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664412 is #99BBED. Grayscale: #484848. Windows color (decimal): -10075118 or 1197158. OLE color: 1197158.

HSL color Cylindrical-coordinate representation of color #664412: hue angle of 35.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664412 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1026818-
CMYK00.330.820.6
HSL35.71º70%23.53%-
HSV(B)35.71º82.35%40%-
XYZ7.6671.52-
YUV72.4797.26149.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=54.26%
G=36.17%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102681800.330.820.635.717023.53
Hex664412021523C244618
Octal14610422041122744410630
Binary110011010001001001001000011010010111100100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664412; }

 p { color: rgb(102,68,18); }

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

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

 a { background-color: rgb(102,68,18); }

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

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

 span { border-color: rgb(102,68,18); }

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