Html Css Color HEX #60353F Tawny Port

📋 copy color: '#60353F'

red 96 ◦ green 53 ◦ blue 63

#60353F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #60353F

Tints of Tawny Port #60353F

RGB

 RED value IS 96 (37.89% from 255) = 45.28%

 GREEN value IS 53 (21.09% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 45.28%
G = 25%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60353F (or 0x60353F) is known color: Tawny Port. HEX triplet: 60, 35 and 3F. RGB value is (96,53,63). Sum of RGB (Red+Green+Blue) = 96+53+63=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60353F is #9FCAC0. Grayscale: #434343. Windows color (decimal): -10472129 or 4142432. OLE color: 4142432.

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

Color convert

RGB 96 53 63 -
CMYK 0 0.45 0.34 0.62
HSL 346.05º 0.29% 0.29% -
HSV(B) 346.05º 0.45% 0.38% -
XYZ 6.99 5.39 5.37 -
YUV 67 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 96 53 63 0 0.45 0.34 0.62 346.05 0.29 0.29
Hex 60 35 3F 0 2D 22 3E 15A 1D 1D
Octal 140 65 77 0 55 42 76 532 35 35
Binary 1100000 110101 111111 0 101101 100010 111110 101011010 11101 11101

Color Harmonies of #60353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60353F

Black with #60353F

Text Example


Text Example

White with #60353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60353F;
 }
 .AnyTagClassName
 {
   color: #60353F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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