Html Css Color HEX #638373 Cutty Sark

📋 copy color: '#638373'

red 99 ◦ green 131 ◦ blue 115

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

Shades of Cutty Sark #638373

Tints of Cutty Sark #638373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 28.7%
G = 37.97%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#638373 (or 0x638373) is known color: Cutty Sark. HEX triplet: 63, 83 and 73. RGB value is (99,131,115). Sum of RGB (Red+Green+Blue) = 99+131+115=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #638373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638373 is #9C7C8C. Grayscale: #777777. Windows color (decimal): -10255501 or 7570275. OLE color: 7570275.

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

Color convert

RGB 99 131 115 -
CMYK 0.24 0 0.12 0.49
HSL 150º 0.14% 0.45% -
HSV(B) 150º 0.24% 0.51% -
XYZ 16.36 20.12 19.24 -
YUV 119.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 99 131 115 0.24 0 0.12 0.49 150 0.14 0.45
Hex 63 83 73 18 0 C 31 96 E 2D
Octal 143 203 163 30 0 14 61 226 16 55
Binary 1100011 10000011 1110011 11000 0 1100 110001 10010110 1110 101101

Color Harmonies of #638373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638373

Black with #638373

Text Example


Text Example

White with #638373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638373; }

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

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

background-color css

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

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

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

border-color css

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

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

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