Html Css Color HEX #63746E Cutty Sark

📋 copy color: '#63746E'

red 99 ◦ green 116 ◦ blue 110

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

Shades of Cutty Sark #63746E

Tints of Cutty Sark #63746E

RGB

 RED value IS 99 (39.06% from 255) = 30.46%

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

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

R = 30.46%
G = 35.69%
B = 33.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#63746E (or 0x63746E) is known color: Cutty Sark. HEX triplet: 63, 74 and 6E. RGB value is (99,116,110). Sum of RGB (Red+Green+Blue) = 99+116+110=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #63746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63746E is #9C8B91. Grayscale: #6E6E6E. Windows color (decimal): -10259346 or 7238755. OLE color: 7238755.

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

Color convert

RGB 99 116 110 -
CMYK 0.15 0 0.05 0.55
HSL 158.82º 0.08% 0.42% -
HSV(B) 158.82º 0.15% 0.45% -
XYZ 14.21 16.27 17.14 -
YUV 110.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 99 116 110 0.15 0 0.05 0.55 158.82 0.08 0.42
Hex 63 74 6E F 0 5 37 9F 8 2A
Octal 143 164 156 17 0 5 67 237 10 52
Binary 1100011 1110100 1101110 1111 0 101 110111 10011111 1000 101010

Color Harmonies of #63746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63746E

Black with #63746E

Text Example


Text Example

White with #63746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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