#638172

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

Shades of Cutty Sark #638172

Tints of Cutty Sark #638172

Color information

#638172 (or 0x638172) is unknown color: approx Cutty Sark. HEX triplet: 63, 81 and 72. RGB value is (99,129,114). Sum of RGB (Red+Green+Blue) = 99+129+114=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #638172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638172 is #9C7E8D. Grayscale: #767676. Windows color (decimal): -10256014 or 7504227. OLE color: 7504227.

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

Color convert

RGB99129114-
CMYK0.2300.120.49
HSL150º13.16%44.71%-
HSV(B)150º23.26%50.59%-
XYZ16.0319.5718.85-
YUV118.32125.56114.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=28.95%
G=37.72%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291140.2300.120.4915013.1644.71
Hex638172170C3196d2d
Octal14320116227014612261555
Binary11000111000000111100101011101100110001100101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638172; }

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

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

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

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

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

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

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

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