#60503E

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

Shades of Rock #60503E

Tints of Rock #60503E

Color information

#60503E (or 0x60503E) is unknown color: approx Rock. HEX triplet: 60, 50 and 3E. RGB value is (96,80,62). Sum of RGB (Red+Green+Blue) = 96+80+62=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60503E is #9FAFC1. Grayscale: #525252. Windows color (decimal): -10465218 or 4083808. OLE color: 4083808.

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

Color convert

RGB968062-
CMYK00.170.350.62
HSL31.76º21.52%30.98%-
HSV(B)31.76º35.42%37.65%-
XYZ8.568.575.76-
YUV82.73116.3137.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=40.34%
G=33.61%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96806200.170.350.6231.7621.5230.98
Hex60503E011233E20161f
Octal140120760214376402637
Binary110000010100001111100100011000111111101000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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