Html Css Color HEX #638073 Cutty Sark

📋 copy color: '#638073'

red 99 ◦ green 128 ◦ blue 115

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

Shades of Cutty Sark #638073

Tints of Cutty Sark #638073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 28.95%
G = 37.43%
B = 33.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#638073 (or 0x638073) is known color: Cutty Sark. HEX triplet: 63, 80 and 73. RGB value is (99,128,115). Sum of RGB (Red+Green+Blue) = 99+128+115=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #638073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638073 is #9C7F8C. Grayscale: #757575. Windows color (decimal): -10256269 or 7569507. OLE color: 7569507.

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

Color convert

RGB 99 128 115 -
CMYK 0.23 0 0.10 0.50
HSL 153.1º 0.13% 0.45% -
HSV(B) 153.1º 0.23% 0.5% -
XYZ 15.96 19.33 19.11 -
YUV 117.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 99 128 115 0.23 0 0.10 0.50 153.1 0.13 0.45
Hex 63 80 73 17 0 A 32 99 D 2D
Octal 143 200 163 27 0 12 62 231 15 55
Binary 1100011 10000000 1110011 10111 0 1010 110010 10011001 1101 101101

Color Harmonies of #638073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638073

Black with #638073

Text Example


Text Example

White with #638073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638073; }

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

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

background-color css

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

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

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

border-color css

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

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

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