Html Css Color HEX #66887D Patina

📋 copy color: '#66887D'

red 102 ◦ green 136 ◦ blue 125

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

Shades of Patina #66887D

Tints of Patina #66887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 28.1%
G = 37.47%
B = 34.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#66887D (or 0x66887D) is known color: Patina. HEX triplet: 66, 88 and 7D. RGB value is (102,136,125). Sum of RGB (Red+Green+Blue) = 102+136+125=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #66887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66887D is #997782. Grayscale: #7C7C7C. Windows color (decimal): -10057603 or 8226918. OLE color: 8226918.

HSL color Cylindrical-coordinate representation of color #66887D: hue angle of 160.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66887D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 125 -
CMYK 0.25 0 0.08 0.47
HSL 160.59º 0.14% 0.47% -
HSV(B) 160.59º 0.25% 0.53% -
XYZ 17.99 21.91 22.68 -
YUV 124.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 102 136 125 0.25 0 0.08 0.47 160.59 0.14 0.47
Hex 66 88 7D 19 0 8 2F A1 E 2F
Octal 146 210 175 31 0 10 57 241 16 57
Binary 1100110 10001000 1111101 11001 0 1000 101111 10100001 1110 101111

Color Harmonies of #66887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66887D

Black with #66887D

Text Example


Text Example

White with #66887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,136,125); }

 H1.HeaderClassName
 {
   color: #66887D;
 }
 .AnyTagClassName
 {
   color: #66887D;
 }
</style>

background-color css

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

 a { background-color: rgb(102,136,125); }

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

border-color css

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

 span { border-color: rgb(102,136,125); }

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