#665201

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

Shades of Raw Umber #665201

Tints of Raw Umber #665201

Color information

#665201 (or 0x665201) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 01. RGB value is (102,82,1). Sum of RGB (Red+Green+Blue) = 102+82+1=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #665201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665201 is #99ADFE. Grayscale: #4F4F4F. Windows color (decimal): -10071551 or 86630. OLE color: 86630.

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

Color convert

RGB102821-
CMYK00.200.990.6
HSL48.12º98.06%20.2%-
HSV(B)48.12º99.02%40%-
XYZ8.58.861.29-
YUV78.7584.13144.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=55.14%
G=44.32%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10282100.200.990.648.1298.0620.2
Hex66521014633C306214
Octal1461221024143746014224
Binary1100110101001010101001100011111100110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665201; }

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

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

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

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

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

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

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

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