#665200

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

Shades of Raw Umber #665200

Tints of Raw Umber #665200

Color information

#665200 (or 0x665200) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 00. RGB value is (102,82,0). Sum of RGB (Red+Green+Blue) = 102+82+0=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #665200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665200 is #99ADFF. Grayscale: #4E4E4E. Windows color (decimal): -10071552 or 21094. OLE color: 21094.

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

Color convert

RGB102820-
CMYK00.2010.6
HSL48.24º100%20%-
HSV(B)48.24º100%40%-
XYZ8.58.861.26-
YUV78.6383.63144.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.43%
G=44.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10282000.2010.648.2410020
Hex66520014643C306414
Octal1461220024144746014424
Binary1100110101001000101001100100111100110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665200; }

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

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

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

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

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

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

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

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