#604B3B

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

Shades of Cork #604B3B

Tints of Cork #604B3B

Color information

#604B3B (or 0x604B3B) is unknown color: approx Cork. HEX triplet: 60, 4B and 3B. RGB value is (96,75,59). Sum of RGB (Red+Green+Blue) = 96+75+59=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B3B is #9FB4C4. Grayscale: #4F4F4F. Windows color (decimal): -10466501 or 3885920. OLE color: 3885920.

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

Color convert

RGB967559-
CMYK00.220.390.62
HSL25.95º23.87%30.39%-
HSV(B)25.95º38.54%37.65%-
XYZ8.137.835.22-
YUV79.46116.46139.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=41.74%
G=32.61%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96755900.220.390.6225.9523.8730.39
Hex604B3B016273E1a181e
Octal140113730264776323036
Binary11000001001011111011010110100111111110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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