Html Css Color HEX #638175 Cutty Sark

📋 copy color: '#638175'

red 99 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #638175

Tints of Cutty Sark #638175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 28.7%
G = 37.39%
B = 33.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#638175 (or 0x638175) is known color: Cutty Sark. HEX triplet: 63, 81 and 75. RGB value is (99,129,117). Sum of RGB (Red+Green+Blue) = 99+129+117=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #638175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638175 is #9C7E8A. Grayscale: #767676. Windows color (decimal): -10256011 or 7700835. OLE color: 7700835.

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

Color convert

RGB 99 129 117 -
CMYK 0.23 0 0.09 0.49
HSL 156º 0.13% 0.45% -
HSV(B) 156º 0.23% 0.51% -
XYZ 16.21 19.64 19.77 -
YUV 118.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 99 129 117 0.23 0 0.09 0.49 156 0.13 0.45
Hex 63 81 75 17 0 9 31 9C D 2D
Octal 143 201 165 27 0 11 61 234 15 55
Binary 1100011 10000001 1110101 10111 0 1001 110001 10011100 1101 101101

Color Harmonies of #638175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638175

Black with #638175

Text Example


Text Example

White with #638175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638175; }

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

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

background-color css

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

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

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

border-color css

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

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

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