Html Css Color HEX #644008 Raw Umber

📋 copy color: '#644008'

red 100 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #644008

Tints of Raw Umber #644008

RGB

 RED value IS 100 (39.45% from 255) = 58.14%

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

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 58.14%
G = 37.21%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#644008 (or 0x644008) is known color: Raw Umber. HEX triplet: 64, 40 and 08. RGB value is (100,64,8). Sum of RGB (Red+Green+Blue) = 100+64+8=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #644008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644008 is #9BBFF7. Grayscale: #444444. Windows color (decimal): -10207224 or 540772. OLE color: 540772.

HSL color Cylindrical-coordinate representation of color #644008: hue angle of 36.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #644008 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 8 -
CMYK 0 0.36 0.92 0.61
HSL 36.52º 0.85% 0.21% -
HSV(B) 36.52º 0.92% 0.39% -
XYZ 7.13 6.39 1.09 -
YUV 68.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 100 64 8 0 0.36 0.92 0.61 36.52 0.85 0.21
Hex 64 40 8 0 24 5C 3D 25 55 15
Octal 144 100 10 0 44 134 75 45 125 25
Binary 1100100 1000000 1000 0 100100 1011100 111101 100101 1010101 10101

Color Harmonies of #644008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644008

Black with #644008

Text Example


Text Example

White with #644008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644008; }

 p { color: rgb(100,64,8); }

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

background-color css

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

 a { background-color: rgb(100,64,8); }

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

border-color css

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

 span { border-color: rgb(100,64,8); }

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