Html Css Color HEX #645408 Raw Umber

📋 copy color: '#645408'

red 100 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #645408

Tints of Raw Umber #645408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.75%

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

R = 52.08%
G = 43.75%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#645408 (or 0x645408) is known color: Raw Umber. HEX triplet: 64, 54 and 08. RGB value is (100,84,8). Sum of RGB (Red+Green+Blue) = 100+84+8=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #645408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645408 is #9BABF7. Grayscale: #505050. Windows color (decimal): -10202104 or 545892. OLE color: 545892.

HSL color Cylindrical-coordinate representation of color #645408: hue angle of 49.57º 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 #645408 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 8 -
CMYK 0 0.16 0.92 0.61
HSL 49.57º 0.85% 0.21% -
HSV(B) 49.57º 0.92% 0.39% -
XYZ 8.47 9.07 1.53 -
YUV 80.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 100 84 8 0 0.16 0.92 0.61 49.57 0.85 0.21
Hex 64 54 8 0 10 5C 3D 32 55 15
Octal 144 124 10 0 20 134 75 62 125 25
Binary 1100100 1010100 1000 0 10000 1011100 111101 110010 1010101 10101

Color Harmonies of #645408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645408

Black with #645408

Text Example


Text Example

White with #645408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645408; }

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

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

background-color css

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

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

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

border-color css

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

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

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