#60333F

Color #60333F Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #60333F

Tints of Tawny Port #60333F

Color information

#60333F (or 0x60333F) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 3F. RGB value is (96,51,63). Sum of RGB (Red+Green+Blue) = 96+51+63=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60333F is #9FCCC0. Grayscale: #414141. Windows color (decimal): -10472641 or 4141920. OLE color: 4141920.

HSL color Cylindrical-coordinate representation of color #60333F: hue angle of 344º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60333F is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB965163-
CMYK00.470.340.62
HSL344º30.61%28.82%-
HSV(B)344º46.88%37.65%-
XYZ6.95.215.34-
YUV65.82126.41149.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 63 (25% from 255) = 30%
R=45.71%
G=24.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96516300.470.340.6234430.6128.82
Hex60333F02F223E1581f1d
Octal140637705742765303735
Binary110000011001111111101011111000101111101010110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60333F; }

 p { color: rgb(96,51,63); }

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

<style>
 a { background-color: #60333F; }

 a { background-color: rgb(96,51,63); }

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

<style>
 span { border-color: #60333F; }

 span { border-color: rgb(96,51,63); }

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