#604B3E

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

Shades of Cork #604B3E

Tints of Cork #604B3E

Color information

#604B3E (or 0x604B3E) is unknown color: approx Cork. HEX triplet: 60, 4B and 3E. RGB value is (96,75,62). Sum of RGB (Red+Green+Blue) = 96+75+62=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B3E is #9FB4C1. Grayscale: #4F4F4F. Windows color (decimal): -10466498 or 4082528. OLE color: 4082528.

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

Color convert

RGB967562-
CMYK00.220.350.62
HSL22.94º21.52%30.98%-
HSV(B)22.94º35.42%37.65%-
XYZ8.217.875.64-
YUV79.8117.96139.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=41.20%
G=32.19%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96756200.220.350.6222.9421.5230.98
Hex604B3E016233E17161f
Octal140113760264376272637
Binary11000001001011111110010110100011111110101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,62); }

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

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

 a { background-color: rgb(96,75,62); }

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

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

 span { border-color: rgb(96,75,62); }

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