#62756F

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

Shades of Cutty Sark #62756F

Tints of Cutty Sark #62756F

Color information

#62756F (or 0x62756F) is unknown color: approx Cutty Sark. HEX triplet: 62, 75 and 6F. RGB value is (98,117,111). Sum of RGB (Red+Green+Blue) = 98+117+111=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #62756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62756F is #9D8A90. Grayscale: #6E6E6E. Windows color (decimal): -10324625 or 7304546. OLE color: 7304546.

HSL color Cylindrical-coordinate representation of color #62756F: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62756F is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB98117111-
CMYK0.1600.050.54
HSL161.05º8.84%42.16%-
HSV(B)161.05º16.24%45.88%-
XYZ14.2716.4717.47-
YUV110.64128.21118.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=30.06%
G=35.89%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981171110.1600.050.54161.058.8442.16
Hex62756F100536a192a
Octal1421651572005662411152
Binary110001011101011101111100000101110110101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62756F; }

 p { color: rgb(98,117,111); }

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

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

 a { background-color: rgb(98,117,111); }

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

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

 span { border-color: rgb(98,117,111); }

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