#604C40

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

Shades of Cork #604C40

Tints of Cork #604C40

Color information

#604C40 (or 0x604C40) is unknown color: approx Cork. HEX triplet: 60, 4C and 40. RGB value is (96,76,64). Sum of RGB (Red+Green+Blue) = 96+76+64=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #604C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C40 is #9FB3BF. Grayscale: #505050. Windows color (decimal): -10466240 or 4213856. OLE color: 4213856.

HSL color Cylindrical-coordinate representation of color #604C40: hue angle of 22.5º 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 #604C40 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB967664-
CMYK00.210.330.62
HSL22.5º20%31.37%-
HSV(B)22.5º33.33%37.65%-
XYZ8.338.035.96-
YUV80.61118.63138.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=40.68%
G=32.20%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96766400.210.330.6222.52031.37
Hex604C40015213E17141f
Octal1401141000254176272437
Binary110000010011001000000010101100001111110101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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