#64540B

Color #64540B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #64540B

Tints of Raw Umber #64540B

Color information

#64540B (or 0x64540B) is unknown color: approx Raw Umber. HEX triplet: 64, 54 and 0B. RGB value is (100,84,11). Sum of RGB (Red+Green+Blue) = 100+84+11=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64540B is #9BABF4. Grayscale: #505050. Windows color (decimal): -10202101 or 742500. OLE color: 742500.

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

Color convert

RGB1008411-
CMYK00.160.890.61
HSL49.21º80.18%21.76%-
HSV(B)49.21º89%39.22%-
XYZ8.499.071.62-
YUV80.4688.8141.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.28%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=51.28%
G=43.08%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100841100.160.890.6149.2180.1821.76
Hex6454B010593D315016
Octal14412413020131756112026
Binary1100100101010010110100001011001111101110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64540B;
 }
 .AnyTagClassName
 {
   color: #64540B;
 }
</style>
background-color css

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

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

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

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

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

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