#665500

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

Shades of Raw Umber #665500

Tints of Raw Umber #665500

Color information

#665500 (or 0x665500) is unknown color: approx Raw Umber. HEX triplet: 66, 55 and 00. RGB value is (102,85,0). Sum of RGB (Red+Green+Blue) = 102+85+0=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665500 is #99AAFF. Grayscale: #505050. Windows color (decimal): -10070784 or 21862. OLE color: 21862.

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

Color convert

RGB102850-
CMYK00.1710.6
HSL50º100%20%-
HSV(B)50º100%40%-
XYZ8.739.321.34-
YUV80.3982.63143.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10285000.1710.65010020
Hex66550011643C326414
Octal1461250021144746214424
Binary1100110101010100100011100100111100110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665500; }

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

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

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

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

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

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

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

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