#62503B

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

Shades of Rock #62503B

Tints of Rock #62503B

Color information

#62503B (or 0x62503B) is unknown color: approx Rock. HEX triplet: 62, 50 and 3B. RGB value is (98,80,59). Sum of RGB (Red+Green+Blue) = 98+80+59=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #62503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62503B is #9DAFC4. Grayscale: #535353. Windows color (decimal): -10334149 or 3887202. OLE color: 3887202.

HSL color Cylindrical-coordinate representation of color #62503B: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62503B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB988059-
CMYK00.180.400.62
HSL32.31º24.84%30.78%-
HSV(B)32.31º39.8%38.43%-
XYZ8.78.655.35-
YUV82.99114.46138.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=41.35%
G=33.76%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98805900.180.400.6232.3124.8430.78
Hex62503B012283E20191f
Octal142120730225076403137
Binary110001010100001110110100101010001111101000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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