#664105

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

Shades of Raw Umber #664105

Tints of Raw Umber #664105

Color information

#664105 (or 0x664105) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 05. RGB value is (102,65,5). Sum of RGB (Red+Green+Blue) = 102+65+5=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664105 is #99BEFA. Grayscale: #454545. Windows color (decimal): -10075899 or 344422. OLE color: 344422.

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

Color convert

RGB102655-
CMYK00.360.950.6
HSL37.11º90.65%20.98%-
HSV(B)37.11º95.1%40%-
XYZ7.46.621.03-
YUV69.2291.76151.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=59.30%
G=37.79%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10265500.360.950.637.1190.6520.98
Hex664150245F3C255b15
Octal1461015044137744513325
Binary1100110100000110101001001011111111100100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664105; }

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

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

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

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

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

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

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

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