#648174

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

Shades of Cutty Sark #648174

Tints of Cutty Sark #648174

Color information

#648174 (or 0x648174) is unknown color: approx Cutty Sark. HEX triplet: 64, 81 and 74. RGB value is (100,129,116). Sum of RGB (Red+Green+Blue) = 100+129+116=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #648174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648174 is #9B7E8B. Grayscale: #767676. Windows color (decimal): -10190476 or 7635300. OLE color: 7635300.

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

Color convert

RGB100129116-
CMYK0.2200.100.49
HSL153.1º12.66%44.9%-
HSV(B)153.1º22.48%50.59%-
XYZ16.2619.6719.46-
YUV118.85126.39114.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=28.99%
G=37.39%
B=33.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291160.2200.100.49153.112.6644.9
Hex648174160A3199d2d
Octal14420116426012612311555
Binary11001001000000111101001011001010110001100110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648174; }

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

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

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

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

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

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

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

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