Html Css Color HEX #638377 Cutty Sark

📋 copy color: '#638377'

red 99 ◦ green 131 ◦ blue 119

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

Shades of Cutty Sark #638377

Tints of Cutty Sark #638377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 28.37%
G = 37.54%
B = 34.1%

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

#638377 (or 0x638377) is known color: Cutty Sark. HEX triplet: 63, 83 and 77. RGB value is (99,131,119). Sum of RGB (Red+Green+Blue) = 99+131+119=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #638377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638377 is #9C7C88. Grayscale: #787878. Windows color (decimal): -10255497 or 7832419. OLE color: 7832419.

HSL color Cylindrical-coordinate representation of color #638377: hue angle of 157.5º 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 #638377 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 131 119 -
CMYK 0.24 0 0.09 0.49
HSL 157.5º 0.14% 0.45% -
HSV(B) 157.5º 0.24% 0.51% -
XYZ 16.59 20.22 20.48 -
YUV 120.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 99 131 119 0.24 0 0.09 0.49 157.5 0.14 0.45
Hex 63 83 77 18 0 9 31 9E E 2D
Octal 143 203 167 30 0 11 61 236 16 55
Binary 1100011 10000011 1110111 11000 0 1001 110001 10011110 1110 101101

Color Harmonies of #638377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638377

Black with #638377

Text Example


Text Example

White with #638377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638377; }

 p { color: rgb(99,131,119); }

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

background-color css

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

 a { background-color: rgb(99,131,119); }

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

border-color css

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

 span { border-color: rgb(99,131,119); }

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