Html Css Color HEX #63A585 Patina

📋 copy color: '#63A585'

red 99 ◦ green 165 ◦ blue 133

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

Shades of Patina #63A585

Tints of Patina #63A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 24.94%
G = 41.56%
B = 33.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#63A585 (or 0x63A585) is known color: Patina. HEX triplet: 63, A5 and 85. RGB value is (99,165,133). Sum of RGB (Red+Green+Blue) = 99+165+133=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #63A585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A585 is #9C5A7A. Grayscale: #8D8D8D. Windows color (decimal): -10246779 or 8758627. OLE color: 8758627.

HSL color Cylindrical-coordinate representation of color #63A585: hue angle of 150.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A585 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 165 133 -
CMYK 0.40 0 0.19 0.35
HSL 150.91º 0.27% 0.52% -
HSV(B) 150.91º 0.4% 0.65% -
XYZ 22.83 31.26 27.02 -
YUV 141.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 99 165 133 0.40 0 0.19 0.35 150.91 0.27 0.52
Hex 63 A5 85 28 0 13 23 97 1B 34
Octal 143 245 205 50 0 23 43 227 33 64
Binary 1100011 10100101 10000101 101000 0 10011 100011 10010111 11011 110100

Color Harmonies of #63A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A585

Black with #63A585

Text Example


Text Example

White with #63A585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A585; }

 p { color: rgb(99,165,133); }

 H1.HeaderClassName
 {
   color: #63A585;
 }
 .AnyTagClassName
 {
   color: #63A585;
 }
</style>

background-color css

<style>
 a { background-color: #63A585; }

 a { background-color: rgb(99,165,133); }

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

border-color css

<style>
 span { border-color: #63A585; }

 span { border-color: rgb(99,165,133); }

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