Html Css Color HEX #63887E Patina

📋 copy color: '#63887E'

red 99 ◦ green 136 ◦ blue 126

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

Shades of Patina #63887E

Tints of Patina #63887E

RGB

 RED value IS 99 (39.06% from 255) = 27.42%

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 27.42%
G = 37.67%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#63887E (or 0x63887E) is known color: Patina. HEX triplet: 63, 88 and 7E. RGB value is (99,136,126). Sum of RGB (Red+Green+Blue) = 99+136+126=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #63887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63887E is #9C7781. Grayscale: #7B7B7B. Windows color (decimal): -10254210 or 8292451. OLE color: 8292451.

HSL color Cylindrical-coordinate representation of color #63887E: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63887E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 126 -
CMYK 0.27 0 0.07 0.47
HSL 163.78º 0.16% 0.46% -
HSV(B) 163.78º 0.27% 0.53% -
XYZ 17.72 21.77 23.01 -
YUV 123.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 99 136 126 0.27 0 0.07 0.47 163.78 0.16 0.46
Hex 63 88 7E 1B 0 7 2F A4 10 2E
Octal 143 210 176 33 0 7 57 244 20 56
Binary 1100011 10001000 1111110 11011 0 111 101111 10100100 10000 101110

Color Harmonies of #63887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63887E

Black with #63887E

Text Example


Text Example

White with #63887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63887E; }

 p { color: rgb(99,136,126); }

 H1.HeaderClassName
 {
   color: #63887E;
 }
 .AnyTagClassName
 {
   color: #63887E;
 }
</style>

background-color css

<style>
 a { background-color: #63887E; }

 a { background-color: rgb(99,136,126); }

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

border-color css

<style>
 span { border-color: #63887E; }

 span { border-color: rgb(99,136,126); }

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