#604A3C

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

Shades of Cork #604A3C

Tints of Cork #604A3C

Color information

#604A3C (or 0x604A3C) is unknown color: approx Cork. HEX triplet: 60, 4A and 3C. RGB value is (96,74,60). Sum of RGB (Red+Green+Blue) = 96+74+60=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A3C is #9FB5C3. Grayscale: #4F4F4F. Windows color (decimal): -10466756 or 3951200. OLE color: 3951200.

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

Color convert

RGB967460-
CMYK00.230.380.62
HSL23.33º23.08%30.59%-
HSV(B)23.33º37.5%37.65%-
XYZ8.097.715.34-
YUV78.98117.29140.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=41.74%
G=32.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96746000.230.380.6223.3323.0830.59
Hex604A3C017263E17171f
Octal140112740274676272737
Binary11000001001010111100010111100110111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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