Html Css Color HEX #63857F Patina

📋 copy color: '#63857F'

red 99 ◦ green 133 ◦ blue 127

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

Shades of Patina #63857F

Tints of Patina #63857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 27.58%
G = 37.05%
B = 35.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#63857F (or 0x63857F) is known color: Patina. HEX triplet: 63, 85 and 7F. RGB value is (99,133,127). Sum of RGB (Red+Green+Blue) = 99+133+127=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #63857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63857F is #9C7A80. Grayscale: #7A7A7A. Windows color (decimal): -10254977 or 8357219. OLE color: 8357219.

HSL color Cylindrical-coordinate representation of color #63857F: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63857F is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 127 -
CMYK 0.26 0 0.05 0.48
HSL 169.41º 0.15% 0.45% -
HSV(B) 169.41º 0.26% 0.52% -
XYZ 17.36 20.96 23.21 -
YUV 122.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 99 133 127 0.26 0 0.05 0.48 169.41 0.15 0.45
Hex 63 85 7F 1A 0 5 30 A9 F 2D
Octal 143 205 177 32 0 5 60 251 17 55
Binary 1100011 10000101 1111111 11010 0 101 110000 10101001 1111 101101

Color Harmonies of #63857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63857F

Black with #63857F

Text Example


Text Example

White with #63857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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