Html Css Color HEX #62746E Cutty Sark

📋 copy color: '#62746E'

red 98 ◦ green 116 ◦ blue 110

#62746E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #62746E

Tints of Cutty Sark #62746E

RGB

 RED value IS 98 (38.67% from 255) = 30.25%

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 30.25%
G = 35.8%
B = 33.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#62746E (or 0x62746E) is known color: Cutty Sark. HEX triplet: 62, 74 and 6E. RGB value is (98,116,110). Sum of RGB (Red+Green+Blue) = 98+116+110=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #62746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62746E is #9D8B91. Grayscale: #6D6D6D. Windows color (decimal): -10324882 or 7238754. OLE color: 7238754.

HSL color Cylindrical-coordinate representation of color #62746E: hue angle of 160º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62746E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 110 -
CMYK 0.16 0 0.05 0.55
HSL 160º 0.08% 0.42% -
HSV(B) 160º 0.16% 0.45% -
XYZ 14.1 16.21 17.14 -
YUV 109.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 98 116 110 0.16 0 0.05 0.55 160 0.08 0.42
Hex 62 74 6E 10 0 5 37 A0 8 2A
Octal 142 164 156 20 0 5 67 240 10 52
Binary 1100010 1110100 1101110 10000 0 101 110111 10100000 1000 101010

Color Harmonies of #62746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62746E

Black with #62746E

Text Example


Text Example

White with #62746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62746E; }

 p { color: rgb(98,116,110); }

 H1.HeaderClassName
 {
   color: #62746E;
 }
 .AnyTagClassName
 {
   color: #62746E;
 }
</style>

background-color css

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

 a { background-color: rgb(98,116,110); }

 div.DivClassName
 {
   background-color: #62746E;
 }
 .BgClassName
 {
   background-color: #62746E;
 }
</style>

border-color css

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

 span { border-color: rgb(98,116,110); }

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