#604C3C

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

Shades of Rock #604C3C

Tints of Rock #604C3C

Color information

#604C3C (or 0x604C3C) is unknown color: approx Rock. HEX triplet: 60, 4C and 3C. RGB value is (96,76,60). Sum of RGB (Red+Green+Blue) = 96+76+60=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C3C is #9FB3C3. Grayscale: #505050. Windows color (decimal): -10466244 or 3951712. OLE color: 3951712.

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

Color convert

RGB967660-
CMYK00.210.380.62
HSL26.67º23.08%30.59%-
HSV(B)26.67º37.5%37.65%-
XYZ8.227.985.38-
YUV80.16116.63139.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=41.38%
G=32.76%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96766000.210.380.6226.6723.0830.59
Hex604C3C015263E1b171f
Octal140114740254676332737
Binary11000001001100111100010101100110111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C3C; }

 p { color: rgb(96,76,60); }

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

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

 a { background-color: rgb(96,76,60); }

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

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

 span { border-color: rgb(96,76,60); }

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