Html Css Color HEX #603D4B Tawny Port

📋 copy color: '#603D4B'

red 96 ◦ green 61 ◦ blue 75

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

Shades of Tawny Port #603D4B

Tints of Tawny Port #603D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.29%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 41.38%
G = 26.29%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#603D4B (or 0x603D4B) is known color: Tawny Port. HEX triplet: 60, 3D and 4B. RGB value is (96,61,75). Sum of RGB (Red+Green+Blue) = 96+61+75=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D4B is #9FC2B4. Grayscale: #494949. Windows color (decimal): -10470069 or 4930912. OLE color: 4930912.

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

Color convert

RGB 96 61 75 -
CMYK 0 0.36 0.22 0.62
HSL 336º 0.22% 0.31% -
HSV(B) 336º 0.36% 0.38% -
XYZ 7.76 6.33 7.47 -
YUV 73.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 96 61 75 0 0.36 0.22 0.62 336 0.22 0.31
Hex 60 3D 4B 0 24 16 3E 150 16 1F
Octal 140 75 113 0 44 26 76 520 26 37
Binary 1100000 111101 1001011 0 100100 10110 111110 101010000 10110 11111

Color Harmonies of #603D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D4B

Black with #603D4B

Text Example


Text Example

White with #603D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D4B; }

 p { color: rgb(96,61,75); }

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

background-color css

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

 a { background-color: rgb(96,61,75); }

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

border-color css

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

 span { border-color: rgb(96,61,75); }

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