#65857D

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

Shades of Patina #65857D

Tints of Patina #65857D

Color information

#65857D (or 0x65857D) is unknown color: approx Patina. HEX triplet: 65, 85 and 7D. RGB value is (101,133,125). Sum of RGB (Red+Green+Blue) = 101+133+125=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #65857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65857D is #9A7A82. Grayscale: #7A7A7A. Windows color (decimal): -10123907 or 8226149. OLE color: 8226149.

HSL color Cylindrical-coordinate representation of color #65857D: hue angle of 165º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65857D is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB101133125-
CMYK0.2400.060.48
HSL165º13.68%45.88%-
HSV(B)165º24.06%52.16%-
XYZ17.4621.0222.54-
YUV122.52129.4112.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=28.13%
G=37.05%
B=34.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011331250.2400.060.4816513.6845.88
Hex65857D180630a5e2e
Octal1452051753006602451656
Binary1100101100001011111101110000110110000101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65857D; }

 p { color: rgb(101,133,125); }

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

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

 a { background-color: rgb(101,133,125); }

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

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

 span { border-color: rgb(101,133,125); }

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