#605143

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

Shades of Rock #605143

Tints of Rock #605143

Color information

#605143 (or 0x605143) is unknown color: approx Rock. HEX triplet: 60, 51 and 43. RGB value is (96,81,67). Sum of RGB (Red+Green+Blue) = 96+81+67=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605143 is #9FAEBC. Grayscale: #535353. Windows color (decimal): -10464957 or 4411744. OLE color: 4411744.

HSL color Cylindrical-coordinate representation of color #605143: hue angle of 28.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605143 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB968167-
CMYK00.160.300.62
HSL28.97º17.79%31.96%-
HSV(B)28.97º30.21%37.65%-
XYZ8.788.786.54-
YUV83.89118.47136.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=39.34%
G=33.20%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96816700.160.300.6228.9717.7931.96
Hex6051430101E3E1d1220
Octal1401211030203676352240
Binary110000010100011000011010000111101111101110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605143; }

 p { color: rgb(96,81,67); }

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

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

 a { background-color: rgb(96,81,67); }

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

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

 span { border-color: rgb(96,81,67); }

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