#64570B

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

Shades of Raw Umber #64570B

Tints of Raw Umber #64570B

Color information

#64570B (or 0x64570B) is unknown color: approx Raw Umber. HEX triplet: 64, 57 and 0B. RGB value is (100,87,11). Sum of RGB (Red+Green+Blue) = 100+87+11=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64570B is #9BA8F4. Grayscale: #525252. Windows color (decimal): -10201333 or 743268. OLE color: 743268.

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

Color convert

RGB1008711-
CMYK00.130.890.61
HSL51.24º80.18%21.76%-
HSV(B)51.24º89%39.22%-
XYZ8.729.551.7-
YUV82.2287.81140.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=50.51%
G=43.94%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100871100.130.890.6151.2480.1821.76
Hex6457B0D593D335016
Octal14412713015131756312026
Binary110010010101111011011011011001111101110011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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