Html Css Color HEX #65857C Patina

📋 copy color: '#65857C'

red 101 ◦ green 133 ◦ blue 124

#65857C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #65857C

Tints of Patina #65857C

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 28.21%
G = 37.15%
B = 34.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#65857C (or 0x65857C) is known color: Patina. HEX triplet: 65, 85 and 7C. RGB value is (101,133,124). Sum of RGB (Red+Green+Blue) = 101+133+124=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #65857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65857C is #9A7A83. Grayscale: #7A7A7A. Windows color (decimal): -10123908 or 8160613. OLE color: 8160613.

HSL color Cylindrical-coordinate representation of color #65857C: hue angle of 163.12º 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 #65857C is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 124 -
CMYK 0.24 0 0.07 0.48
HSL 163.13º 0.14% 0.46% -
HSV(B) 163.13º 0.24% 0.52% -
XYZ 17.39 21 22.2 -
YUV 122.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 101 133 124 0.24 0 0.07 0.48 163.13 0.14 0.46
Hex 65 85 7C 18 0 7 30 A3 E 2E
Octal 145 205 174 30 0 7 60 243 16 56
Binary 1100101 10000101 1111100 11000 0 111 110000 10100011 1110 101110

Color Harmonies of #65857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65857C

Black with #65857C

Text Example


Text Example

White with #65857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65857C;
 }
 .AnyTagClassName
 {
   color: #65857C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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