#665207

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

Shades of Raw Umber #665207

Tints of Raw Umber #665207

Color information

#665207 (or 0x665207) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 07. RGB value is (102,82,7). Sum of RGB (Red+Green+Blue) = 102+82+7=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665207 is #99ADF8. Grayscale: #4F4F4F. Windows color (decimal): -10071545 or 479846. OLE color: 479846.

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

Color convert

RGB102827-
CMYK00.200.930.6
HSL47.37º87.16%21.37%-
HSV(B)47.37º93.14%40%-
XYZ8.548.871.46-
YUV79.4387.13144.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 7 (3.12% from 255) = 3.66%
R=53.40%
G=42.93%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10282700.200.930.647.3787.1621.37
Hex665270145D3C2f5715
Octal1461227024135745712725
Binary110011010100101110101001011101111100101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665207; }

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

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

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

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

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

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

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

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