Html Css Color HEX #638875 Cutty Sark

📋 copy color: '#638875'

red 99 ◦ green 136 ◦ blue 117

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

Shades of Cutty Sark #638875

Tints of Cutty Sark #638875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 28.13%
G = 38.64%
B = 33.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#638875 (or 0x638875) is known color: Cutty Sark. HEX triplet: 63, 88 and 75. RGB value is (99,136,117). Sum of RGB (Red+Green+Blue) = 99+136+117=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #638875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638875 is #9C778A. Grayscale: #7A7A7A. Windows color (decimal): -10254219 or 7702627. OLE color: 7702627.

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

Color convert

RGB 99 136 117 -
CMYK 0.27 0 0.14 0.47
HSL 149.19º 0.16% 0.46% -
HSV(B) 149.19º 0.27% 0.53% -
XYZ 17.16 21.55 20.08 -
YUV 122.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 99 136 117 0.27 0 0.14 0.47 149.19 0.16 0.46
Hex 63 88 75 1B 0 E 2F 95 10 2E
Octal 143 210 165 33 0 16 57 225 20 56
Binary 1100011 10001000 1110101 11011 0 1110 101111 10010101 10000 101110

Color Harmonies of #638875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638875

Black with #638875

Text Example


Text Example

White with #638875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638875; }

 p { color: rgb(99,136,117); }

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

background-color css

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

 a { background-color: rgb(99,136,117); }

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

border-color css

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

 span { border-color: rgb(99,136,117); }

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