#659C8C

Color #659C8C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #659C8C

Tints of Patina #659C8C

Color information

#659C8C (or 0x659C8C) is unknown color: approx Patina. HEX triplet: 65, 9C and 8C. RGB value is (101,156,140). Sum of RGB (Red+Green+Blue) = 101+156+140=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #659C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C8C is #9A6373. Grayscale: #898989. Windows color (decimal): -10118004 or 9215077. OLE color: 9215077.

HSL color Cylindrical-coordinate representation of color #659C8C: hue angle of 162.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C8C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB101156140-
CMYK0.3500.100.39
HSL162.55º21.74%50.39%-
HSV(B)162.55º35.26%61.18%-
XYZ21.9928.4429.14-
YUV137.73129.28101.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=25.44%
G=39.29%
B=35.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011561400.3500.100.39162.5521.7450.39
Hex659C8C230A27a31632
Octal14523421443012472432662
Binary11001011001110010001100100011010101001111010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659C8C; }

 p { color: rgb(101,156,140); }

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

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

 a { background-color: rgb(101,156,140); }

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

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

 span { border-color: rgb(101,156,140); }

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