#608476

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

Shades of Cutty Sark #608476

Tints of Cutty Sark #608476

Color information

#608476 (or 0x608476) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 76. RGB value is (96,132,118). Sum of RGB (Red+Green+Blue) = 96+132+118=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #608476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608476 is #9F7B89. Grayscale: #777777. Windows color (decimal): -10451850 or 7767136. OLE color: 7767136.

HSL color Cylindrical-coordinate representation of color #608476: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608476 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB96132118-
CMYK0.2700.110.48
HSL156.67º15.79%44.71%-
HSV(B)156.67º27.27%51.76%-
XYZ16.3520.320.2-
YUV119.64127.07111.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=27.75%
G=38.15%
B=34.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321180.2700.110.48156.6715.7944.71
Hex6084761B0B309d102d
Octal14020416633013602352055
Binary110000010000100111011011011010111100001001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608476; }

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

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

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

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

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

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

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

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