Html Css Color HEX #60756D Cutty Sark

📋 copy color: '#60756D'

red 96 ◦ green 117 ◦ blue 109

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

Shades of Cutty Sark #60756D

Tints of Cutty Sark #60756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 29.81%
G = 36.34%
B = 33.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#60756D (or 0x60756D) is known color: Cutty Sark. HEX triplet: 60, 75 and 6D. RGB value is (96,117,109). Sum of RGB (Red+Green+Blue) = 96+117+109=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #60756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756D is #9F8A92. Grayscale: #6D6D6D. Windows color (decimal): -10455699 or 7173472. OLE color: 7173472.

HSL color Cylindrical-coordinate representation of color #60756D: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60756D is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 109 -
CMYK 0.18 0 0.07 0.54
HSL 157.14º 0.1% 0.42% -
HSV(B) 157.14º 0.18% 0.46% -
XYZ 13.95 16.31 16.88 -
YUV 109.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 96 117 109 0.18 0 0.07 0.54 157.14 0.1 0.42
Hex 60 75 6D 12 0 7 36 9D A 2A
Octal 140 165 155 22 0 7 66 235 12 52
Binary 1100000 1110101 1101101 10010 0 111 110110 10011101 1010 101010

Color Harmonies of #60756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60756D

Black with #60756D

Text Example


Text Example

White with #60756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60756D; }

 p { color: rgb(96,117,109); }

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

background-color css

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

 a { background-color: rgb(96,117,109); }

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

border-color css

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

 span { border-color: rgb(96,117,109); }

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