Html Css Color HEX #63907D Patina

📋 copy color: '#63907D'

red 99 ◦ green 144 ◦ blue 125

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

Shades of Patina #63907D

Tints of Patina #63907D

RGB

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

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

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

R = 26.9%
G = 39.13%
B = 33.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#63907D (or 0x63907D) is known color: Patina. HEX triplet: 63, 90 and 7D. RGB value is (99,144,125). Sum of RGB (Red+Green+Blue) = 99+144+125=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #63907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63907D is #9C6F82. Grayscale: #808080. Windows color (decimal): -10252163 or 8228963. OLE color: 8228963.

HSL color Cylindrical-coordinate representation of color #63907D: hue angle of 154.67º 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 #63907D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 125 -
CMYK 0.31 0 0.13 0.44
HSL 154.67º 0.19% 0.48% -
HSV(B) 154.67º 0.31% 0.56% -
XYZ 18.82 24.08 23.06 -
YUV 128.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 99 144 125 0.31 0 0.13 0.44 154.67 0.19 0.48
Hex 63 90 7D 1F 0 D 2C 9B 13 30
Octal 143 220 175 37 0 15 54 233 23 60
Binary 1100011 10010000 1111101 11111 0 1101 101100 10011011 10011 110000

Color Harmonies of #63907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63907D

Black with #63907D

Text Example


Text Example

White with #63907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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