Html Css Color HEX #60736C Cutty Sark

📋 copy color: '#60736C'

red 96 ◦ green 115 ◦ blue 108

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

Shades of Cutty Sark #60736C

Tints of Cutty Sark #60736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 30.09%
G = 36.05%
B = 33.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#60736C (or 0x60736C) is known color: Cutty Sark. HEX triplet: 60, 73 and 6C. RGB value is (96,115,108). Sum of RGB (Red+Green+Blue) = 96+115+108=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #60736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60736C is #9F8C93. Grayscale: #6C6C6C. Windows color (decimal): -10456212 or 7107424. OLE color: 7107424.

HSL color Cylindrical-coordinate representation of color #60736C: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60736C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 108 -
CMYK 0.17 0 0.06 0.55
HSL 157.89º 0.09% 0.41% -
HSV(B) 157.89º 0.17% 0.45% -
XYZ 13.66 15.83 16.52 -
YUV 108.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 96 115 108 0.17 0 0.06 0.55 157.89 0.09 0.41
Hex 60 73 6C 11 0 6 37 9E 9 29
Octal 140 163 154 21 0 6 67 236 11 51
Binary 1100000 1110011 1101100 10001 0 110 110111 10011110 1001 101001

Color Harmonies of #60736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60736C

Black with #60736C

Text Example


Text Example

White with #60736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60736C; }

 p { color: rgb(96,115,108); }

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

background-color css

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

 a { background-color: rgb(96,115,108); }

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

border-color css

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

 span { border-color: rgb(96,115,108); }

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