#62503F

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

Shades of Rock #62503F

Tints of Rock #62503F

Color information

#62503F (or 0x62503F) is unknown color: approx Rock. HEX triplet: 62, 50 and 3F. RGB value is (98,80,63). Sum of RGB (Red+Green+Blue) = 98+80+63=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62503F is #9DAFC0. Grayscale: #535353. Windows color (decimal): -10334145 or 4149346. OLE color: 4149346.

HSL color Cylindrical-coordinate representation of color #62503F: hue angle of 29.14º 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 #62503F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB988063-
CMYK00.180.360.62
HSL29.14º21.74%31.57%-
HSV(B)29.14º35.71%38.43%-
XYZ8.88.695.92-
YUV83.44116.46138.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 63 (25% from 255) = 26.14%
R=40.66%
G=33.20%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98806300.180.360.6229.1421.7431.57
Hex62503F012243E1d1620
Octal142120770224476352640
Binary110001010100001111110100101001001111101110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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