Html Css Color HEX #63907F Patina

📋 copy color: '#63907F'

red 99 ◦ green 144 ◦ blue 127

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

Shades of Patina #63907F

Tints of Patina #63907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 26.76%
G = 38.92%
B = 34.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#63907F (or 0x63907F) is known color: Patina. HEX triplet: 63, 90 and 7F. RGB value is (99,144,127). Sum of RGB (Red+Green+Blue) = 99+144+127=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #63907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63907F is #9C6F80. Grayscale: #808080. Windows color (decimal): -10252161 or 8360035. OLE color: 8360035.

HSL color Cylindrical-coordinate representation of color #63907F: hue angle of 157.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63907F is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 127 -
CMYK 0.31 0 0.12 0.44
HSL 157.33º 0.19% 0.48% -
HSV(B) 157.33º 0.31% 0.56% -
XYZ 18.95 24.13 23.74 -
YUV 128.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 99 144 127 0.31 0 0.12 0.44 157.33 0.19 0.48
Hex 63 90 7F 1F 0 C 2C 9D 13 30
Octal 143 220 177 37 0 14 54 235 23 60
Binary 1100011 10010000 1111111 11111 0 1100 101100 10011101 10011 110000

Color Harmonies of #63907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63907F

Black with #63907F

Text Example


Text Example

White with #63907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63907F; }

 p { color: rgb(99,144,127); }

 H1.HeaderClassName
 {
   color: #63907F;
 }
 .AnyTagClassName
 {
   color: #63907F;
 }
</style>

background-color css

<style>
 a { background-color: #63907F; }

 a { background-color: rgb(99,144,127); }

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

border-color css

<style>
 span { border-color: #63907F; }

 span { border-color: rgb(99,144,127); }

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