Html Css Color HEX #603242 Tawny Port

📋 copy color: '#603242'

red 96 ◦ green 50 ◦ blue 66

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

Shades of Tawny Port #603242

Tints of Tawny Port #603242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 45.28%
G = 23.58%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#603242 (or 0x603242) is known color: Tawny Port. HEX triplet: 60, 32 and 42. RGB value is (96,50,66). Sum of RGB (Red+Green+Blue) = 96+50+66=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603242 is #9FCDBD. Grayscale: #414141. Windows color (decimal): -10472894 or 4338272. OLE color: 4338272.

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

Color convert

RGB 96 50 66 -
CMYK 0 0.48 0.31 0.62
HSL 339.13º 0.32% 0.29% -
HSV(B) 339.13º 0.48% 0.38% -
XYZ 6.95 5.16 5.78 -
YUV 65.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 96 50 66 0 0.48 0.31 0.62 339.13 0.32 0.29
Hex 60 32 42 0 30 1F 3E 153 20 1D
Octal 140 62 102 0 60 37 76 523 40 35
Binary 1100000 110010 1000010 0 110000 11111 111110 101010011 100000 11101

Color Harmonies of #603242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603242

Black with #603242

Text Example


Text Example

White with #603242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603242; }

 p { color: rgb(96,50,66); }

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

background-color css

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

 a { background-color: rgb(96,50,66); }

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

border-color css

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

 span { border-color: rgb(96,50,66); }

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