#604F43

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

Shades of Cork #604F43

Tints of Cork #604F43

Color information

#604F43 (or 0x604F43) is unknown color: approx Cork. HEX triplet: 60, 4F and 43. RGB value is (96,79,67). Sum of RGB (Red+Green+Blue) = 96+79+67=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F43 is #9FB0BC. Grayscale: #525252. Windows color (decimal): -10465469 or 4411232. OLE color: 4411232.

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

Color convert

RGB967967-
CMYK00.180.300.62
HSL24.83º17.79%31.96%-
HSV(B)24.83º30.21%37.65%-
XYZ8.638.486.49-
YUV82.72119.13137.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=39.67%
G=32.64%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96796700.180.300.6224.8317.7931.96
Hex604F430121E3E191220
Octal1401171030223676312240
Binary110000010011111000011010010111101111101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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