#60716B

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

Shades of Cutty Sark #60716B

Tints of Cutty Sark #60716B

Color information

#60716B (or 0x60716B) is unknown color: approx Cutty Sark. HEX triplet: 60, 71 and 6B. RGB value is (96,113,107). Sum of RGB (Red+Green+Blue) = 96+113+107=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #60716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60716B is #9F8E94. Grayscale: #6B6B6B. Windows color (decimal): -10456725 or 7041376. OLE color: 7041376.

HSL color Cylindrical-coordinate representation of color #60716B: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60716B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB96113107-
CMYK0.1500.050.56
HSL158.82º8.13%40.98%-
HSV(B)158.82º15.04%44.31%-
XYZ13.3815.3616.17-
YUV107.23127.87119.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=30.38%
G=35.76%
B=33.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961131070.1500.050.56158.828.1340.98
Hex60716BF05389f829
Octal1401611531705702371051
Binary11000001110001110101111110101111000100111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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