#648276

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

Shades of Cutty Sark #648276

Tints of Cutty Sark #648276

Color information

#648276 (or 0x648276) is unknown color: approx Cutty Sark. HEX triplet: 64, 82 and 76. RGB value is (100,130,118). Sum of RGB (Red+Green+Blue) = 100+130+118=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #648276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648276 is #9B7D89. Grayscale: #777777. Windows color (decimal): -10190218 or 7766628. OLE color: 7766628.

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

Color convert

RGB100130118-
CMYK0.2300.090.49
HSL156º13.04%45.1%-
HSV(B)156º23.08%50.98%-
XYZ16.5119.9820.13-
YUV119.66127.06113.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=28.74%
G=37.36%
B=33.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301180.2300.090.4915613.0445.1
Hex6482761709319cd2d
Octal14420216627011612341555
Binary11001001000001011101101011101001110001100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648276; }

 p { color: rgb(100,130,118); }

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

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

 a { background-color: rgb(100,130,118); }

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

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

 span { border-color: rgb(100,130,118); }

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