Html Css Color HEX #63947D Patina

📋 copy color: '#63947D'

red 99 ◦ green 148 ◦ blue 125

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

Shades of Patina #63947D

Tints of Patina #63947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 26.61%
G = 39.78%
B = 33.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#63947D (or 0x63947D) is known color: Patina. HEX triplet: 63, 94 and 7D. RGB value is (99,148,125). Sum of RGB (Red+Green+Blue) = 99+148+125=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #63947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63947D is #9C6B82. Grayscale: #828282. Windows color (decimal): -10251139 or 8229987. OLE color: 8229987.

HSL color Cylindrical-coordinate representation of color #63947D: hue angle of 151.84º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63947D is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 125 -
CMYK 0.33 0 0.16 0.42
HSL 151.84º 0.2% 0.48% -
HSV(B) 151.84º 0.33% 0.58% -
XYZ 19.44 25.31 23.26 -
YUV 130.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 99 148 125 0.33 0 0.16 0.42 151.84 0.2 0.48
Hex 63 94 7D 21 0 10 2A 98 14 30
Octal 143 224 175 41 0 20 52 230 24 60
Binary 1100011 10010100 1111101 100001 0 10000 101010 10011000 10100 110000

Color Harmonies of #63947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63947D

Black with #63947D

Text Example


Text Example

White with #63947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63947D; }

 p { color: rgb(99,148,125); }

 H1.HeaderClassName
 {
   color: #63947D;
 }
 .AnyTagClassName
 {
   color: #63947D;
 }
</style>

background-color css

<style>
 a { background-color: #63947D; }

 a { background-color: rgb(99,148,125); }

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

border-color css

<style>
 span { border-color: #63947D; }

 span { border-color: rgb(99,148,125); }

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