Html Css Color HEX #63967E Patina

📋 copy color: '#63967E'

red 99 ◦ green 150 ◦ blue 126

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

Shades of Patina #63967E

Tints of Patina #63967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 26.4%
G = 40%
B = 33.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#63967E (or 0x63967E) is known color: Patina. HEX triplet: 63, 96 and 7E. RGB value is (99,150,126). Sum of RGB (Red+Green+Blue) = 99+150+126=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #63967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63967E is #9C6981. Grayscale: #848484. Windows color (decimal): -10250626 or 8296035. OLE color: 8296035.

HSL color Cylindrical-coordinate representation of color #63967E: hue angle of 151.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63967E is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 126 -
CMYK 0.34 0 0.16 0.41
HSL 151.76º 0.2% 0.49% -
HSV(B) 151.76º 0.34% 0.59% -
XYZ 19.82 25.97 23.71 -
YUV 132.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 99 150 126 0.34 0 0.16 0.41 151.76 0.2 0.49
Hex 63 96 7E 22 0 10 29 98 14 31
Octal 143 226 176 42 0 20 51 230 24 61
Binary 1100011 10010110 1111110 100010 0 10000 101001 10011000 10100 110001

Color Harmonies of #63967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63967E

Black with #63967E

Text Example


Text Example

White with #63967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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