#60383F

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

Shades of Tawny Port #60383F

Tints of Tawny Port #60383F

Color information

#60383F (or 0x60383F) is unknown color: approx Tawny Port. HEX triplet: 60, 38 and 3F. RGB value is (96,56,63). Sum of RGB (Red+Green+Blue) = 96+56+63=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383F is #9FC7C0. Grayscale: #444444. Windows color (decimal): -10471361 or 4143200. OLE color: 4143200.

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

Color convert

RGB965663-
CMYK00.420.340.62
HSL349.5º26.32%29.8%-
HSV(B)349.5º41.67%37.65%-
XYZ7.145.675.42-
YUV68.76124.75147.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 63 (25% from 255) = 29.30%
R=44.65%
G=26.05%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96566300.420.340.62349.526.3229.8
Hex60383F02A223E15e1a1e
Octal140707705242765363236
Binary110000011100011111101010101000101111101010111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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