Html Css Color HEX #63968C Patina

📋 copy color: '#63968C'

red 99 ◦ green 150 ◦ blue 140

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

Shades of Patina #63968C

Tints of Patina #63968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 25.45%
G = 38.56%
B = 35.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#63968C (or 0x63968C) is known color: Patina. HEX triplet: 63, 96 and 8C. RGB value is (99,150,140). Sum of RGB (Red+Green+Blue) = 99+150+140=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #63968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63968C is #9C6973. Grayscale: #858585. Windows color (decimal): -10250612 or 9213539. OLE color: 9213539.

HSL color Cylindrical-coordinate representation of color #63968C: hue angle of 168.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63968C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 140 -
CMYK 0.34 0 0.07 0.41
HSL 168.24º 0.2% 0.49% -
HSV(B) 168.24º 0.34% 0.59% -
XYZ 20.79 26.36 28.8 -
YUV 133.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 99 150 140 0.34 0 0.07 0.41 168.24 0.2 0.49
Hex 63 96 8C 22 0 7 29 A8 14 31
Octal 143 226 214 42 0 7 51 250 24 61
Binary 1100011 10010110 10001100 100010 0 111 101001 10101000 10100 110001

Color Harmonies of #63968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63968C

Black with #63968C

Text Example


Text Example

White with #63968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63968C; }

 p { color: rgb(99,150,140); }

 H1.HeaderClassName
 {
   color: #63968C;
 }
 .AnyTagClassName
 {
   color: #63968C;
 }
</style>

background-color css

<style>
 a { background-color: #63968C; }

 a { background-color: rgb(99,150,140); }

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

border-color css

<style>
 span { border-color: #63968C; }

 span { border-color: rgb(99,150,140); }

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