#665412

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

Shades of Raw Umber #665412

Tints of Raw Umber #665412

Color information

#665412 (or 0x665412) is unknown color: approx Raw Umber. HEX triplet: 66, 54 and 12. RGB value is (102,84,18). Sum of RGB (Red+Green+Blue) = 102+84+18=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665412 is #99ABED. Grayscale: #525252. Windows color (decimal): -10071022 or 1201254. OLE color: 1201254.

HSL color Cylindrical-coordinate representation of color #665412: hue angle of 47.14º 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 #665412 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1028418-
CMYK00.180.820.6
HSL47.14º70%23.53%-
HSV(B)47.14º82.35%40%-
XYZ8.769.211.89-
YUV81.8691.96142.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=50%
G=41.18%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102841800.180.820.647.147023.53
Hex665412012523C2f4618
Octal14612422022122745710630
Binary11001101010100100100100101010010111100101111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665412; }

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

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

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

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

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

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

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

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