Html Css Color HEX #645506 Raw Umber

📋 copy color: '#645506'

red 100 ◦ green 85 ◦ blue 6

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

Shades of Raw Umber #645506

Tints of Raw Umber #645506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 6 (2.73% from 255) = 3.14%

R = 52.36%
G = 44.5%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#645506 (or 0x645506) is known color: Raw Umber. HEX triplet: 64, 55 and 06. RGB value is (100,85,6). Sum of RGB (Red+Green+Blue) = 100+85+6=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #645506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645506 is #9BAAF9. Grayscale: #505050. Windows color (decimal): -10201850 or 415076. OLE color: 415076.

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

Color convert

RGB 100 85 6 -
CMYK 0 0.15 0.94 0.61
HSL 50.43º 0.89% 0.21% -
HSV(B) 50.43º 0.94% 0.39% -
XYZ 8.54 9.22 1.5 -
YUV 80.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 100 85 6 0 0.15 0.94 0.61 50.43 0.89 0.21
Hex 64 55 6 0 F 5E 3D 32 59 15
Octal 144 125 6 0 17 136 75 62 131 25
Binary 1100100 1010101 110 0 1111 1011110 111101 110010 1011001 10101

Color Harmonies of #645506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645506

Black with #645506

Text Example


Text Example

White with #645506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645506; }

 p { color: rgb(100,85,6); }

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

background-color css

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

 a { background-color: rgb(100,85,6); }

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

border-color css

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

 span { border-color: rgb(100,85,6); }

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