#64513F

Color #64513F Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #64513F

Tints of Rock #64513F

Color information

#64513F (or 0x64513F) is unknown color: approx Rock. HEX triplet: 64, 51 and 3F. RGB value is (100,81,63). Sum of RGB (Red+Green+Blue) = 100+81+63=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64513F is #9BAEC0. Grayscale: #545454. Windows color (decimal): -10202817 or 4149604. OLE color: 4149604.

HSL color Cylindrical-coordinate representation of color #64513F: hue angle of 29.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64513F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1008163-
CMYK00.190.370.61
HSL29.19º22.7%31.96%-
HSV(B)29.19º37%39.22%-
XYZ9.18.955.95-
YUV84.63115.79138.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 63 (25% from 255) = 25.82%
R=40.98%
G=33.20%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100816300.190.370.6129.1922.731.96
Hex64513F013253D1d1720
Octal144121770234575352740
Binary110010010100011111110100111001011111011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64513F; }

 p { color: rgb(100,81,63); }

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

<style>
 a { background-color: #64513F; }

 a { background-color: rgb(100,81,63); }

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

<style>
 span { border-color: #64513F; }

 span { border-color: rgb(100,81,63); }

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