#64503D

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

Shades of Rock #64503D

Tints of Rock #64503D

Color information

#64503D (or 0x64503D) is unknown color: approx Rock. HEX triplet: 64, 50 and 3D. RGB value is (100,80,61). Sum of RGB (Red+Green+Blue) = 100+80+61=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503D is #9BAFC2. Grayscale: #535353. Windows color (decimal): -10203075 or 4018276. OLE color: 4018276.

HSL color Cylindrical-coordinate representation of color #64503D: hue angle of 29.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64503D is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1008061-
CMYK00.20.390.61
HSL29.23º24.22%31.57%-
HSV(B)29.23º39%39.22%-
XYZ8.978.785.64-
YUV83.81115.13139.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=41.49%
G=33.20%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100806100.20.390.6129.2324.2231.57
Hex64503D014273D1d1820
Octal144120750244775353040
Binary110010010100001111010101001001111111011110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64503D; }

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

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

<style>
 a { background-color: #64503D; }

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

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

<style>
 span { border-color: #64503D; }

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

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