Html Css Color HEX #63927E Patina

📋 copy color: '#63927E'

red 99 ◦ green 146 ◦ blue 126

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

Shades of Patina #63927E

Tints of Patina #63927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 26.68%
G = 39.35%
B = 33.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#63927E (or 0x63927E) is known color: Patina. HEX triplet: 63, 92 and 7E. RGB value is (99,146,126). Sum of RGB (Red+Green+Blue) = 99+146+126=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #63927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63927E is #9C6D81. Grayscale: #818181. Windows color (decimal): -10251650 or 8295011. OLE color: 8295011.

HSL color Cylindrical-coordinate representation of color #63927E: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63927E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 126 -
CMYK 0.32 0 0.14 0.43
HSL 154.47º 0.19% 0.48% -
HSV(B) 154.47º 0.32% 0.57% -
XYZ 19.19 24.72 23.5 -
YUV 129.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 99 146 126 0.32 0 0.14 0.43 154.47 0.19 0.48
Hex 63 92 7E 20 0 E 2B 9A 13 30
Octal 143 222 176 40 0 16 53 232 23 60
Binary 1100011 10010010 1111110 100000 0 1110 101011 10011010 10011 110000

Color Harmonies of #63927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63927E

Black with #63927E

Text Example


Text Example

White with #63927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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