#60726B

Color #60726B Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #60726B

Tints of Cutty Sark #60726B

Color information

#60726B (or 0x60726B) is unknown color: approx Cutty Sark. HEX triplet: 60, 72 and 6B. RGB value is (96,114,107). Sum of RGB (Red+Green+Blue) = 96+114+107=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #60726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60726B is #9F8D94. Grayscale: #6B6B6B. Windows color (decimal): -10456469 or 7041632. OLE color: 7041632.

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

Color convert

RGB96114107-
CMYK0.1600.060.55
HSL156.67º8.57%41.18%-
HSV(B)156.67º15.79%44.71%-
XYZ13.515.5816.21-
YUV107.82127.54119.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=30.28%
G=35.96%
B=33.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961141070.1600.060.55156.678.5741.18
Hex60726B1006379d929
Octal1401621532006672351151
Binary110000011100101101011100000110110111100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,114,107); }

 H1.HeaderClassName
 {
   color: #60726B;
 }
 .AnyTagClassName
 {
   color: #60726B;
 }
</style>
background-color css

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

 a { background-color: rgb(96,114,107); }

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

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

 span { border-color: rgb(96,114,107); }

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