#604E3D

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

Shades of Rock #604E3D

Tints of Rock #604E3D

Color information

#604E3D (or 0x604E3D) is unknown color: approx Rock. HEX triplet: 60, 4E and 3D. RGB value is (96,78,61). Sum of RGB (Red+Green+Blue) = 96+78+61=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E3D is #9FB1C2. Grayscale: #515151. Windows color (decimal): -10465731 or 4017760. OLE color: 4017760.

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

Color convert

RGB967861-
CMYK00.190.360.62
HSL29.14º22.29%30.78%-
HSV(B)29.14º36.46%37.65%-
XYZ8.398.275.57-
YUV81.44116.46138.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=40.85%
G=33.19%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96786100.190.360.6229.1422.2930.78
Hex604E3D013243E1d161f
Octal140116750234476352637
Binary11000001001110111101010011100100111110111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,61); }

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

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

 a { background-color: rgb(96,78,61); }

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

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

 span { border-color: rgb(96,78,61); }

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