Html Css Color HEX #64520C Raw Umber

📋 copy color: '#64520C'

red 100 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #64520C

Tints of Raw Umber #64520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 51.55%
G = 42.27%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64520C (or 0x64520C) is known color: Raw Umber. HEX triplet: 64, 52 and 0C. RGB value is (100,82,12). Sum of RGB (Red+Green+Blue) = 100+82+12=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64520C is #9BADF3. Grayscale: #4F4F4F. Windows color (decimal): -10202612 or 807524. OLE color: 807524.

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

Color convert

RGB 100 82 12 -
CMYK 0 0.18 0.88 0.61
HSL 47.73º 0.79% 0.22% -
HSV(B) 47.73º 0.88% 0.39% -
XYZ 8.34 8.77 1.6 -
YUV 79.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 100 82 12 0 0.18 0.88 0.61 47.73 0.79 0.22
Hex 64 52 C 0 12 58 3D 30 4F 16
Octal 144 122 14 0 22 130 75 60 117 26
Binary 1100100 1010010 1100 0 10010 1011000 111101 110000 1001111 10110

Color Harmonies of #64520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64520C

Black with #64520C

Text Example


Text Example

White with #64520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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