#665100

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

Shades of Raw Umber #665100

Tints of Raw Umber #665100

Color information

#665100 (or 0x665100) is unknown color: approx Raw Umber. HEX triplet: 66, 51 and 00. RGB value is (102,81,0). Sum of RGB (Red+Green+Blue) = 102+81+0=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #665100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665100 is #99AEFF. Grayscale: #4E4E4E. Windows color (decimal): -10071808 or 20838. OLE color: 20838.

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

Color convert

RGB102810-
CMYK00.2110.6
HSL47.65º100%20%-
HSV(B)47.65º100%40%-
XYZ8.428.711.24-
YUV78.0483.96145.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.74%
G=44.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10281000.2110.647.6510020
Hex66510015643C306414
Octal1461210025144746014424
Binary1100110101000100101011100100111100110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665100; }

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

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

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

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

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

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

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

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