Html Css Color HEX #63947B Patina

📋 copy color: '#63947B'

red 99 ◦ green 148 ◦ blue 123

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

Shades of Patina #63947B

Tints of Patina #63947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 26.76%
G = 40%
B = 33.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#63947B (or 0x63947B) is known color: Patina. HEX triplet: 63, 94 and 7B. RGB value is (99,148,123). Sum of RGB (Red+Green+Blue) = 99+148+123=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #63947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63947B is #9C6B84. Grayscale: #828282. Windows color (decimal): -10251141 or 8098915. OLE color: 8098915.

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

Color convert

RGB 99 148 123 -
CMYK 0.33 0 0.17 0.42
HSL 149.39º 0.2% 0.48% -
HSV(B) 149.39º 0.33% 0.58% -
XYZ 19.31 25.26 22.6 -
YUV 130.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 99 148 123 0.33 0 0.17 0.42 149.39 0.2 0.48
Hex 63 94 7B 21 0 11 2A 95 14 30
Octal 143 224 173 41 0 21 52 225 24 60
Binary 1100011 10010100 1111011 100001 0 10001 101010 10010101 10100 110000

Color Harmonies of #63947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63947B

Black with #63947B

Text Example


Text Example

White with #63947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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