Html Css Color HEX #64520B Raw Umber

📋 copy color: '#64520B'

red 100 ◦ green 82 ◦ blue 11

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

Shades of Raw Umber #64520B

Tints of Raw Umber #64520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 51.81%
G = 42.49%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64520B (or 0x64520B) is known color: Raw Umber. HEX triplet: 64, 52 and 0B. RGB value is (100,82,11). Sum of RGB (Red+Green+Blue) = 100+82+11=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64520B is #9BADF4. Grayscale: #4F4F4F. Windows color (decimal): -10202613 or 741988. OLE color: 741988.

HSL color Cylindrical-coordinate representation of color #64520B: hue angle of 47.87º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64520B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 82 11 -
CMYK 0 0.18 0.89 0.61
HSL 47.87º 0.8% 0.22% -
HSV(B) 47.87º 0.89% 0.39% -
XYZ 8.33 8.77 1.57 -
YUV 79.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 100 82 11 0 0.18 0.89 0.61 47.87 0.8 0.22
Hex 64 52 B 0 12 59 3D 30 50 16
Octal 144 122 13 0 22 131 75 60 120 26
Binary 1100100 1010010 1011 0 10010 1011001 111101 110000 1010000 10110

Color Harmonies of #64520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64520B

Black with #64520B

Text Example


Text Example

White with #64520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64520B; }

 p { color: rgb(100,82,11); }

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

background-color css

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

 a { background-color: rgb(100,82,11); }

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

border-color css

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

 span { border-color: rgb(100,82,11); }

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