Html Css Color HEX #60333F Tawny Port

📋 copy color: '#60333F'

red 96 ◦ green 51 ◦ blue 63

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

Shades of Tawny Port #60333F

Tints of Tawny Port #60333F

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 value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60333F (or 0x60333F) is known color: 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

RGB 96 51 63 -
CMYK 0 0.47 0.34 0.62
HSL 344º 0.31% 0.29% -
HSV(B) 344º 0.47% 0.38% -
XYZ 6.9 5.21 5.34 -
YUV 65.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 96 51 63 0 0.47 0.34 0.62 344 0.31 0.29
Hex 60 33 3F 0 2F 22 3E 158 1F 1D
Octal 140 63 77 0 57 42 76 530 37 35
Binary 1100000 110011 111111 0 101111 100010 111110 101011000 11111 11101

Color Harmonies of #60333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60333F

Black with #60333F

Text Example


Text Example

White with #60333F

Text Example


Text Example

HTML Codes & Css Web 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>