Html Css Color HEX #638176 Cutty Sark

📋 copy color: '#638176'

red 99 ◦ green 129 ◦ blue 118

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

Shades of Cutty Sark #638176

Tints of Cutty Sark #638176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 28.61%
G = 37.28%
B = 34.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#638176 (or 0x638176) is known color: Cutty Sark. HEX triplet: 63, 81 and 76. RGB value is (99,129,118). Sum of RGB (Red+Green+Blue) = 99+129+118=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #638176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638176 is #9C7E89. Grayscale: #767676. Windows color (decimal): -10256010 or 7766371. OLE color: 7766371.

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

Color convert

RGB 99 129 118 -
CMYK 0.23 0 0.09 0.49
HSL 158º 0.13% 0.45% -
HSV(B) 158º 0.23% 0.51% -
XYZ 16.27 19.66 20.08 -
YUV 118.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 99 129 118 0.23 0 0.09 0.49 158 0.13 0.45
Hex 63 81 76 17 0 9 31 9E D 2D
Octal 143 201 166 27 0 11 61 236 15 55
Binary 1100011 10000001 1110110 10111 0 1001 110001 10011110 1101 101101

Color Harmonies of #638176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638176

Black with #638176

Text Example


Text Example

White with #638176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638176; }

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

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

background-color css

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

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

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

border-color css

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

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

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