Html Css Color HEX #64560B Raw Umber

📋 copy color: '#64560B'

red 100 ◦ green 86 ◦ blue 11

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

Shades of Raw Umber #64560B

Tints of Raw Umber #64560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.65%

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

R = 50.76%
G = 43.65%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64560B (or 0x64560B) is known color: Raw Umber. HEX triplet: 64, 56 and 0B. RGB value is (100,86,11). Sum of RGB (Red+Green+Blue) = 100+86+11=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64560B is #9BA9F4. Grayscale: #515151. Windows color (decimal): -10201589 or 743012. OLE color: 743012.

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

Color convert

RGB 100 86 11 -
CMYK 0 0.14 0.89 0.61
HSL 50.56º 0.8% 0.22% -
HSV(B) 50.56º 0.89% 0.39% -
XYZ 8.64 9.39 1.67 -
YUV 81.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 100 86 11 0 0.14 0.89 0.61 50.56 0.8 0.22
Hex 64 56 B 0 E 59 3D 33 50 16
Octal 144 126 13 0 16 131 75 63 120 26
Binary 1100100 1010110 1011 0 1110 1011001 111101 110011 1010000 10110

Color Harmonies of #64560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64560B

Black with #64560B

Text Example


Text Example

White with #64560B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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