Html Css Color HEX #60434B Tawny Port

📋 copy color: '#60434B'

red 96 ◦ green 67 ◦ blue 75

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

Shades of Tawny Port #60434B

Tints of Tawny Port #60434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 40.34%
G = 28.15%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60434B (or 0x60434B) is known color: Tawny Port. HEX triplet: 60, 43 and 4B. RGB value is (96,67,75). Sum of RGB (Red+Green+Blue) = 96+67+75=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60434B is #9FBCB4. Grayscale: #4C4C4C. Windows color (decimal): -10468533 or 4932448. OLE color: 4932448.

HSL color Cylindrical-coordinate representation of color #60434B: hue angle of 343.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60434B is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 75 -
CMYK 0 0.30 0.22 0.62
HSL 343.45º 0.18% 0.32% -
HSV(B) 343.45º 0.3% 0.38% -
XYZ 8.1 7.01 7.58 -
YUV 76.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 96 67 75 0 0.30 0.22 0.62 343.45 0.18 0.32
Hex 60 43 4B 0 1E 16 3E 157 12 20
Octal 140 103 113 0 36 26 76 527 22 40
Binary 1100000 1000011 1001011 0 11110 10110 111110 101010111 10010 100000

Color Harmonies of #60434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60434B

Black with #60434B

Text Example


Text Example

White with #60434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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