#605043

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

Shades of Rock #605043

Tints of Rock #605043

Color information

#605043 (or 0x605043) is unknown color: approx Rock. HEX triplet: 60, 50 and 43. RGB value is (96,80,67). Sum of RGB (Red+Green+Blue) = 96+80+67=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #605043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605043 is #9FAFBC. Grayscale: #535353. Windows color (decimal): -10465213 or 4411488. OLE color: 4411488.

HSL color Cylindrical-coordinate representation of color #605043: hue angle of 26.9º 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 #605043 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB968067-
CMYK00.170.300.62
HSL26.9º17.79%31.96%-
HSV(B)26.9º30.21%37.65%-
XYZ8.718.636.52-
YUV83.3118.8137.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 67 (26.56% from 255) = 27.57%
R=39.51%
G=32.92%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96806700.170.300.6226.917.7931.96
Hex6050430111E3E1b1220
Octal1401201030213676332240
Binary110000010100001000011010001111101111101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605043; }

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

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

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

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

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

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

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

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