#638174

Color #638174 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #638174

Tints of Cutty Sark #638174

Color information

#638174 (or 0x638174) is unknown color: approx Cutty Sark. HEX triplet: 63, 81 and 74. RGB value is (99,129,116). Sum of RGB (Red+Green+Blue) = 99+129+116=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #638174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638174 is #9C7E8B. Grayscale: #767676. Windows color (decimal): -10256012 or 7635299. OLE color: 7635299.

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

Color convert

RGB99129116-
CMYK0.2300.100.49
HSL154º13.16%44.71%-
HSV(B)154º23.26%50.59%-
XYZ16.1519.6119.46-
YUV118.55126.56114.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=28.78%
G=37.5%
B=33.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291160.2300.100.4915413.1644.71
Hex638174170A319ad2d
Octal14320116427012612321555
Binary11000111000000111101001011101010110001100110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638174; }

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

 H1.HeaderClassName
 {
   color: #638174;
 }
 .AnyTagClassName
 {
   color: #638174;
 }
</style>
background-color css

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

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

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

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

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

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