#60503D

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

Shades of Rock #60503D

Tints of Rock #60503D

Color information

#60503D (or 0x60503D) is unknown color: approx Rock. HEX triplet: 60, 50 and 3D. RGB value is (96,80,61). Sum of RGB (Red+Green+Blue) = 96+80+61=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60503D is #9FAFC2. Grayscale: #525252. Windows color (decimal): -10465219 or 4018272. OLE color: 4018272.

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

Color convert

RGB968061-
CMYK00.170.360.62
HSL32.57º22.29%30.78%-
HSV(B)32.57º36.46%37.65%-
XYZ8.538.565.62-
YUV82.62115.8137.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=40.51%
G=33.76%
B=25.74%

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
Decimal96806100.170.360.6232.5722.2930.78
Hex60503D011243E21161f
Octal140120750214476412637
Binary110000010100001111010100011001001111101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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