Html Css Color HEX #639784 Patina

📋 copy color: '#639784'

red 99 ◦ green 151 ◦ blue 132

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

Shades of Patina #639784

Tints of Patina #639784

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 25.92%
G = 39.53%
B = 34.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#639784 (or 0x639784) is known color: Patina. HEX triplet: 63, 97 and 84. RGB value is (99,151,132). Sum of RGB (Red+Green+Blue) = 99+151+132=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #639784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639784 is #9C687B. Grayscale: #858585. Windows color (decimal): -10250364 or 8689507. OLE color: 8689507.

HSL color Cylindrical-coordinate representation of color #639784: hue angle of 158.08º degrees, saturation: 0.21, 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 #639784 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 132 -
CMYK 0.34 0 0.13 0.41
HSL 158.08º 0.21% 0.49% -
HSV(B) 158.08º 0.34% 0.59% -
XYZ 20.38 26.45 25.86 -
YUV 133.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 99 151 132 0.34 0 0.13 0.41 158.08 0.21 0.49
Hex 63 97 84 22 0 D 29 9E 15 31
Octal 143 227 204 42 0 15 51 236 25 61
Binary 1100011 10010111 10000100 100010 0 1101 101001 10011110 10101 110001

Color Harmonies of #639784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639784

Black with #639784

Text Example


Text Example

White with #639784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639784; }

 p { color: rgb(99,151,132); }

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

background-color css

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

 a { background-color: rgb(99,151,132); }

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

border-color css

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

 span { border-color: rgb(99,151,132); }

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