#665214

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

Shades of Raw Umber #665214

Tints of Raw Umber #665214

Color information

#665214 (or 0x665214) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 14. RGB value is (102,82,20). Sum of RGB (Red+Green+Blue) = 102+82+20=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665214 is #99ADEB. Grayscale: #515151. Windows color (decimal): -10071532 or 1331814. OLE color: 1331814.

HSL color Cylindrical-coordinate representation of color #665214: hue angle of 45.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665214 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1028220-
CMYK00.200.800.6
HSL45.37º67.21%23.92%-
HSV(B)45.37º80.39%40%-
XYZ8.628.911.93-
YUV80.9193.63143.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=50%
G=40.20%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102822000.200.800.645.3767.2123.92
Hex665214014503C2d4318
Octal14612224024120745510330
Binary11001101010010101000101001010000111100101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665214; }

 p { color: rgb(102,82,20); }

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

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

 a { background-color: rgb(102,82,20); }

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

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

 span { border-color: rgb(102,82,20); }

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