#62513F

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

Shades of Rock #62513F

Tints of Rock #62513F

Color information

#62513F (or 0x62513F) is unknown color: approx Rock. HEX triplet: 62, 51 and 3F. RGB value is (98,81,63). Sum of RGB (Red+Green+Blue) = 98+81+63=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62513F is #9DAEC0. Grayscale: #545454. Windows color (decimal): -10333889 or 4149602. OLE color: 4149602.

HSL color Cylindrical-coordinate representation of color #62513F: hue angle of 30.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62513F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB988163-
CMYK00.170.360.62
HSL30.86º21.74%31.57%-
HSV(B)30.86º35.71%38.43%-
XYZ8.888.845.94-
YUV84.03116.13137.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 63 (25% from 255) = 26.03%
R=40.50%
G=33.47%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98816300.170.360.6230.8621.7431.57
Hex62513F011243E1f1620
Octal142121770214476372640
Binary110001010100011111110100011001001111101111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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