#608272

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

Shades of Cutty Sark #608272

Tints of Cutty Sark #608272

Color information

#608272 (or 0x608272) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 72. RGB value is (96,130,114). Sum of RGB (Red+Green+Blue) = 96+130+114=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #608272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608272 is #9F7D8D. Grayscale: #767676. Windows color (decimal): -10452366 or 7504480. OLE color: 7504480.

HSL color Cylindrical-coordinate representation of color #608272: hue angle of 151.76º 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 #608272 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB96130114-
CMYK0.2600.120.49
HSL151.76º15.04%44.31%-
HSV(B)151.76º26.15%50.98%-
XYZ15.8419.6718.88-
YUV118.01125.74112.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=28.24%
G=38.24%
B=33.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301140.2600.120.49151.7615.0444.31
Hex6082721A0C3198f2c
Octal14020216232014612301754
Binary11000001000001011100101101001100110001100110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608272; }

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

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

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

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

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

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

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

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