#608276

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

Shades of Cutty Sark #608276

Tints of Cutty Sark #608276

Color information

#608276 (or 0x608276) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 76. RGB value is (96,130,118). Sum of RGB (Red+Green+Blue) = 96+130+118=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #608276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608276 is #9F7D89. Grayscale: #767676. Windows color (decimal): -10452362 or 7766624. OLE color: 7766624.

HSL color Cylindrical-coordinate representation of color #608276: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608276 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB96130118-
CMYK0.2600.090.49
HSL158.82º15.04%44.31%-
HSV(B)158.82º26.15%50.98%-
XYZ16.0819.7620.11-
YUV118.47127.74111.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=27.91%
G=37.79%
B=34.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301180.2600.090.49158.8215.0444.31
Hex6082761A09319ff2c
Octal14020216632011612371754
Binary11000001000001011101101101001001110001100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608276; }

 p { color: rgb(96,130,118); }

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

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

 a { background-color: rgb(96,130,118); }

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

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

 span { border-color: rgb(96,130,118); }

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