Html Css Color HEX #638A76 Cutty Sark

📋 copy color: '#638A76'

red 99 ◦ green 138 ◦ blue 118

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

Shades of Cutty Sark #638A76

Tints of Cutty Sark #638A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

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

R = 27.89%
G = 38.87%
B = 33.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#638A76 (or 0x638A76) is known color: Cutty Sark. HEX triplet: 63, 8A and 76. RGB value is (99,138,118). Sum of RGB (Red+Green+Blue) = 99+138+118=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #638A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A76 is #9C7589. Grayscale: #7C7C7C. Windows color (decimal): -10253706 or 7768675. OLE color: 7768675.

HSL color Cylindrical-coordinate representation of color #638A76: hue angle of 149.23º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A76 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 118 -
CMYK 0.28 0 0.14 0.46
HSL 149.23º 0.16% 0.46% -
HSV(B) 149.23º 0.28% 0.54% -
XYZ 17.5 22.14 20.49 -
YUV 124.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 99 138 118 0.28 0 0.14 0.46 149.23 0.16 0.46
Hex 63 8A 76 1C 0 E 2E 95 10 2E
Octal 143 212 166 34 0 16 56 225 20 56
Binary 1100011 10001010 1110110 11100 0 1110 101110 10010101 10000 101110

Color Harmonies of #638A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A76

Black with #638A76

Text Example


Text Example

White with #638A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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