Html Css Color HEX #664002 Raw Umber

📋 copy color: '#664002'

red 102 ◦ green 64 ◦ blue 2

#664002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #664002

Tints of Raw Umber #664002

RGB

 RED value IS 102 (40.23% from 255) = 60.71%

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 60.71%
G = 38.1%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#664002 (or 0x664002) is known color: Raw Umber. HEX triplet: 66, 40 and 02. RGB value is (102,64,2). Sum of RGB (Red+Green+Blue) = 102+64+2=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #664002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664002 is #99BFFD. Grayscale: #444444. Windows color (decimal): -10076158 or 147558. OLE color: 147558.

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

Color convert

RGB 102 64 2 -
CMYK 0 0.37 0.98 0.6
HSL 37.2º 0.96% 0.2% -
HSV(B) 37.2º 0.98% 0.4% -
XYZ 7.32 6.5 0.93 -
YUV 68.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 102 64 2 0 0.37 0.98 0.6 37.2 0.96 0.2
Hex 66 40 2 0 25 62 3C 25 60 14
Octal 146 100 2 0 45 142 74 45 140 24
Binary 1100110 1000000 10 0 100101 1100010 111100 100101 1100000 10100

Color Harmonies of #664002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664002

Black with #664002

Text Example


Text Example

White with #664002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664002; }

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

 H1.HeaderClassName
 {
   color: #664002;
 }
 .AnyTagClassName
 {
   color: #664002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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