Html Css Color HEX #63756F Cutty Sark

📋 copy color: '#63756F'

red 99 ◦ green 117 ◦ blue 111

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

Shades of Cutty Sark #63756F

Tints of Cutty Sark #63756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 30.28%
G = 35.78%
B = 33.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#63756F (or 0x63756F) is known color: Cutty Sark. HEX triplet: 63, 75 and 6F. RGB value is (99,117,111). Sum of RGB (Red+Green+Blue) = 99+117+111=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #63756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756F is #9C8A90. Grayscale: #6E6E6E. Windows color (decimal): -10259089 or 7304547. OLE color: 7304547.

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

Color convert

RGB 99 117 111 -
CMYK 0.15 0 0.05 0.54
HSL 160º 0.08% 0.42% -
HSV(B) 160º 0.15% 0.46% -
XYZ 14.38 16.52 17.47 -
YUV 110.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 99 117 111 0.15 0 0.05 0.54 160 0.08 0.42
Hex 63 75 6F F 0 5 36 A0 8 2A
Octal 143 165 157 17 0 5 66 240 10 52
Binary 1100011 1110101 1101111 1111 0 101 110110 10100000 1000 101010

Color Harmonies of #63756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63756F

Black with #63756F

Text Example


Text Example

White with #63756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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