Html Css Color HEX #63947A Patina

📋 copy color: '#63947A'

red 99 ◦ green 148 ◦ blue 122

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

Shades of Patina #63947A

Tints of Patina #63947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 26.83%
G = 40.11%
B = 33.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#63947A (or 0x63947A) is known color: Patina. HEX triplet: 63, 94 and 7A. RGB value is (99,148,122). Sum of RGB (Red+Green+Blue) = 99+148+122=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #63947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63947A is #9C6B85. Grayscale: #828282. Windows color (decimal): -10251142 or 8033379. OLE color: 8033379.

HSL color Cylindrical-coordinate representation of color #63947A: hue angle of 148.16º 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 #63947A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 122 -
CMYK 0.33 0 0.18 0.42
HSL 148.16º 0.2% 0.48% -
HSV(B) 148.16º 0.33% 0.58% -
XYZ 19.25 25.24 22.27 -
YUV 130.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 99 148 122 0.33 0 0.18 0.42 148.16 0.2 0.48
Hex 63 94 7A 21 0 12 2A 94 14 30
Octal 143 224 172 41 0 22 52 224 24 60
Binary 1100011 10010100 1111010 100001 0 10010 101010 10010100 10100 110000

Color Harmonies of #63947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63947A

Black with #63947A

Text Example


Text Example

White with #63947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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