Html Css Color HEX #664004 Raw Umber

📋 copy color: '#664004'

red 102 ◦ green 64 ◦ blue 4

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

Shades of Raw Umber #664004

Tints of Raw Umber #664004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 60%
G = 37.65%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#664004 (or 0x664004) is known color: Raw Umber. HEX triplet: 66, 40 and 04. RGB value is (102,64,4). Sum of RGB (Red+Green+Blue) = 102+64+4=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #664004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664004 is #99BFFB. Grayscale: #444444. Windows color (decimal): -10076156 or 278630. OLE color: 278630.

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

Color convert

RGB 102 64 4 -
CMYK 0 0.37 0.96 0.6
HSL 36.73º 0.92% 0.21% -
HSV(B) 36.73º 0.96% 0.4% -
XYZ 7.33 6.5 0.98 -
YUV 68.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 102 64 4 0 0.37 0.96 0.6 36.73 0.92 0.21
Hex 66 40 4 0 25 60 3C 25 5C 15
Octal 146 100 4 0 45 140 74 45 134 25
Binary 1100110 1000000 100 0 100101 1100000 111100 100101 1011100 10101

Color Harmonies of #664004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664004

Black with #664004

Text Example


Text Example

White with #664004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664004; }

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

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

background-color css

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

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

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

border-color css

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

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

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