Html Css Color HEX #66857C Patina

📋 copy color: '#66857C'

red 102 ◦ green 133 ◦ blue 124

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

Shades of Patina #66857C

Tints of Patina #66857C

RGB

 RED value IS 102 (40.23% from 255) = 28.41%

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

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

R = 28.41%
G = 37.05%
B = 34.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#66857C (or 0x66857C) is known color: Patina. HEX triplet: 66, 85 and 7C. RGB value is (102,133,124). Sum of RGB (Red+Green+Blue) = 102+133+124=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #66857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857C is #997A83. Grayscale: #7A7A7A. Windows color (decimal): -10058372 or 8160614. OLE color: 8160614.

HSL color Cylindrical-coordinate representation of color #66857C: hue angle of 162.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66857C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 124 -
CMYK 0.23 0 0.07 0.48
HSL 162.58º 0.13% 0.46% -
HSV(B) 162.58º 0.23% 0.52% -
XYZ 17.51 21.06 22.21 -
YUV 122.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 102 133 124 0.23 0 0.07 0.48 162.58 0.13 0.46
Hex 66 85 7C 17 0 7 30 A3 D 2E
Octal 146 205 174 27 0 7 60 243 15 56
Binary 1100110 10000101 1111100 10111 0 111 110000 10100011 1101 101110

Color Harmonies of #66857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66857C

Black with #66857C

Text Example


Text Example

White with #66857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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