#664C02

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

Shades of Raw Umber #664C02

Tints of Raw Umber #664C02

Color information

#664C02 (or 0x664C02) is unknown color: approx Raw Umber. HEX triplet: 66, 4C and 02. RGB value is (102,76,2). Sum of RGB (Red+Green+Blue) = 102+76+2=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #664C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C02 is #99B3FD. Grayscale: #4B4B4B. Windows color (decimal): -10073086 or 150630. OLE color: 150630.

HSL color Cylindrical-coordinate representation of color #664C02: hue angle of 44.4º 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 #664C02 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB102762-
CMYK00.250.980.6
HSL44.4º96.15%20.39%-
HSV(B)44.4º98.04%40%-
XYZ8.0781.18-
YUV75.3486.61147.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=56.67%
G=42.22%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10276200.250.980.644.496.1520.39
Hex664C2019623C2c6014
Octal1461142031142745414024
Binary11001101001100100110011100010111100101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C02; }

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

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

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

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

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

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

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

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