#604F42

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

Shades of Cork #604F42

Tints of Cork #604F42

Color information

#604F42 (or 0x604F42) is unknown color: approx Cork. HEX triplet: 60, 4F and 42. RGB value is (96,79,66). Sum of RGB (Red+Green+Blue) = 96+79+66=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F42 is #9FB0BD. Grayscale: #525252. Windows color (decimal): -10465470 or 4345696. OLE color: 4345696.

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

Color convert

RGB967966-
CMYK00.180.310.62
HSL26º18.52%31.76%-
HSV(B)26º31.25%37.65%-
XYZ8.68.476.34-
YUV82.6118.63137.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=39.83%
G=32.78%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96796600.180.310.622618.5231.76
Hex604F420121F3E1a1320
Octal1401171020223776322340
Binary110000010011111000010010010111111111101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,66); }

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

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

 a { background-color: rgb(96,79,66); }

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

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

 span { border-color: rgb(96,79,66); }

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