Html Css Color HEX #63766F Cutty Sark

📋 copy color: '#63766F'

red 99 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #63766F

Tints of Cutty Sark #63766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 30.18%
G = 35.98%
B = 33.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#63766F (or 0x63766F) is known color: Cutty Sark. HEX triplet: 63, 76 and 6F. RGB value is (99,118,111). Sum of RGB (Red+Green+Blue) = 99+118+111=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #63766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766F is #9C8990. Grayscale: #6F6F6F. Windows color (decimal): -10258833 or 7304803. OLE color: 7304803.

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

Color convert

RGB 99 118 111 -
CMYK 0.16 0 0.06 0.54
HSL 157.89º 0.09% 0.43% -
HSV(B) 157.89º 0.16% 0.46% -
XYZ 14.49 16.76 17.51 -
YUV 111.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 99 118 111 0.16 0 0.06 0.54 157.89 0.09 0.43
Hex 63 76 6F 10 0 6 36 9E 9 2B
Octal 143 166 157 20 0 6 66 236 11 53
Binary 1100011 1110110 1101111 10000 0 110 110110 10011110 1001 101011

Color Harmonies of #63766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63766F

Black with #63766F

Text Example


Text Example

White with #63766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,118,111); }

 H1.HeaderClassName
 {
   color: #63766F;
 }
 .AnyTagClassName
 {
   color: #63766F;
 }
</style>

background-color css

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

 a { background-color: rgb(99,118,111); }

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

border-color css

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

 span { border-color: rgb(99,118,111); }

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