Html Css Color HEX #63907B Patina

📋 copy color: '#63907B'

red 99 ◦ green 144 ◦ blue 123

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

Shades of Patina #63907B

Tints of Patina #63907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

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

R = 27.05%
G = 39.34%
B = 33.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#63907B (or 0x63907B) is known color: Patina. HEX triplet: 63, 90 and 7B. RGB value is (99,144,123). Sum of RGB (Red+Green+Blue) = 99+144+123=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #63907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63907B is #9C6F84. Grayscale: #808080. Windows color (decimal): -10252165 or 8097891. OLE color: 8097891.

HSL color Cylindrical-coordinate representation of color #63907B: hue angle of 152º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63907B is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 123 -
CMYK 0.31 0 0.15 0.44
HSL 152º 0.19% 0.48% -
HSV(B) 152º 0.31% 0.56% -
XYZ 18.69 24.03 22.39 -
YUV 128.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 99 144 123 0.31 0 0.15 0.44 152 0.19 0.48
Hex 63 90 7B 1F 0 F 2C 98 13 30
Octal 143 220 173 37 0 17 54 230 23 60
Binary 1100011 10010000 1111011 11111 0 1111 101100 10011000 10011 110000

Color Harmonies of #63907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63907B

Black with #63907B

Text Example


Text Example

White with #63907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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