#665605

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

Shades of Raw Umber #665605

Tints of Raw Umber #665605

Color information

#665605 (or 0x665605) is unknown color: approx Raw Umber. HEX triplet: 66, 56 and 05. RGB value is (102,86,5). Sum of RGB (Red+Green+Blue) = 102+86+5=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665605 is #99A9FA. Grayscale: #515151. Windows color (decimal): -10070523 or 349798. OLE color: 349798.

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

Color convert

RGB102865-
CMYK00.160.950.6
HSL50.1º90.65%20.98%-
HSV(B)50.1º95.1%40%-
XYZ8.839.491.51-
YUV81.5584.8142.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=52.85%
G=44.56%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10286500.160.950.650.190.6520.98
Hex665650105F3C325b15
Octal1461265020137746213325
Binary110011010101101010100001011111111100110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665605; }

 p { color: rgb(102,86,5); }

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

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

 a { background-color: rgb(102,86,5); }

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

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

 span { border-color: rgb(102,86,5); }

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