Html Css Color HEX #638276 Cutty Sark

📋 copy color: '#638276'

red 99 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #638276

Tints of Cutty Sark #638276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 28.53%
G = 37.46%
B = 34.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#638276 (or 0x638276) is known color: Cutty Sark. HEX triplet: 63, 82 and 76. RGB value is (99,130,118). Sum of RGB (Red+Green+Blue) = 99+130+118=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #638276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638276 is #9C7D89. Grayscale: #777777. Windows color (decimal): -10255754 or 7766627. OLE color: 7766627.

HSL color Cylindrical-coordinate representation of color #638276: hue angle of 156.77º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638276 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 118 -
CMYK 0.24 0 0.09 0.49
HSL 156.77º 0.14% 0.45% -
HSV(B) 156.77º 0.24% 0.51% -
XYZ 16.4 19.93 20.12 -
YUV 119.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 99 130 118 0.24 0 0.09 0.49 156.77 0.14 0.45
Hex 63 82 76 18 0 9 31 9D E 2D
Octal 143 202 166 30 0 11 61 235 16 55
Binary 1100011 10000010 1110110 11000 0 1001 110001 10011101 1110 101101

Color Harmonies of #638276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638276

Black with #638276

Text Example


Text Example

White with #638276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638276; }

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

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

background-color css

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

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

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

border-color css

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

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

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