#604E41

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

Shades of Cork #604E41

Tints of Cork #604E41

Color information

#604E41 (or 0x604E41) is unknown color: approx Cork. HEX triplet: 60, 4E and 41. RGB value is (96,78,65). Sum of RGB (Red+Green+Blue) = 96+78+65=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E41 is #9FB1BE. Grayscale: #515151. Windows color (decimal): -10465727 or 4279904. OLE color: 4279904.

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

Color convert

RGB967865-
CMYK00.190.320.62
HSL25.16º19.25%31.57%-
HSV(B)25.16º32.29%37.65%-
XYZ8.58.326.16-
YUV81.9118.46138.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=40.17%
G=32.64%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96786500.190.320.6225.1619.2531.57
Hex604E41013203E191320
Octal1401161010234076312340
Binary1100000100111010000010100111000001111101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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