Html Css Color HEX #64500B Raw Umber

📋 copy color: '#64500B'

red 100 ◦ green 80 ◦ blue 11

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

Shades of Raw Umber #64500B

Tints of Raw Umber #64500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

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

R = 52.36%
G = 41.88%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64500B (or 0x64500B) is known color: Raw Umber. HEX triplet: 64, 50 and 0B. RGB value is (100,80,11). Sum of RGB (Red+Green+Blue) = 100+80+11=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64500B is #9BAFF4. Grayscale: #4E4E4E. Windows color (decimal): -10203125 or 741476. OLE color: 741476.

HSL color Cylindrical-coordinate representation of color #64500B: hue angle of 46.52º 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 #64500B is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 80 11 -
CMYK 0 0.2 0.89 0.61
HSL 46.52º 0.8% 0.22% -
HSV(B) 46.52º 0.89% 0.39% -
XYZ 8.18 8.47 1.52 -
YUV 78.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 100 80 11 0 0.2 0.89 0.61 46.52 0.8 0.22
Hex 64 50 B 0 14 59 3D 2F 50 16
Octal 144 120 13 0 24 131 75 57 120 26
Binary 1100100 1010000 1011 0 10100 1011001 111101 101111 1010000 10110

Color Harmonies of #64500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64500B

Black with #64500B

Text Example


Text Example

White with #64500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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