#664102

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

Shades of Raw Umber #664102

Tints of Raw Umber #664102

Color information

#664102 (or 0x664102) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 02. RGB value is (102,65,2). Sum of RGB (Red+Green+Blue) = 102+65+2=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #664102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664102 is #99BEFD. Grayscale: #454545. Windows color (decimal): -10075902 or 147814. OLE color: 147814.

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

Color convert

RGB102652-
CMYK00.360.980.6
HSL37.8º96.15%20.39%-
HSV(B)37.8º98.04%40%-
XYZ7.386.610.94-
YUV68.8890.26151.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=60.36%
G=38.46%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10265200.360.980.637.896.1520.39
Hex66412024623C266014
Octal1461012044142744614024
Binary110011010000011001001001100010111100100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664102; }

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

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

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

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

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

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

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

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