Html Css Color HEX #605040 Rock

📋 copy color: '#605040'

red 96 ◦ green 80 ◦ blue 64

#605040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock #605040

Tints of Rock #605040

RGB

 RED value IS 96 (37.89% from 255) = 40%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 40%
G = 33.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#605040 (or 0x605040) is known color: Rock. HEX triplet: 60, 50 and 40. RGB value is (96,80,64). Sum of RGB (Red+Green+Blue) = 96+80+64=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #605040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605040 is #9FAFBF. Grayscale: #535353. Windows color (decimal): -10465216 or 4214880. OLE color: 4214880.

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

Color convert

RGB 96 80 64 -
CMYK 0 0.17 0.33 0.62
HSL 30º 0.2% 0.31% -
HSV(B) 30º 0.33% 0.38% -
XYZ 8.62 8.59 6.06 -
YUV 82.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 96 80 64 0 0.17 0.33 0.62 30 0.2 0.31
Hex 60 50 40 0 11 21 3E 1E 14 1F
Octal 140 120 100 0 21 41 76 36 24 37
Binary 1100000 1010000 1000000 0 10001 100001 111110 11110 10100 11111

Color Harmonies of #605040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605040

Black with #605040

Text Example


Text Example

White with #605040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605040; }

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

 H1.HeaderClassName
 {
   color: #605040;
 }
 .AnyTagClassName
 {
   color: #605040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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