Html Css Color HEX #639281 Patina

📋 copy color: '#639281'

red 99 ◦ green 146 ◦ blue 129

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

Shades of Patina #639281

Tints of Patina #639281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 26.47%
G = 39.04%
B = 34.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#639281 (or 0x639281) is known color: Patina. HEX triplet: 63, 92 and 81. RGB value is (99,146,129). Sum of RGB (Red+Green+Blue) = 99+146+129=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #639281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639281 is #9C6D7E. Grayscale: #828282. Windows color (decimal): -10251647 or 8491619. OLE color: 8491619.

HSL color Cylindrical-coordinate representation of color #639281: hue angle of 158.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639281 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 129 -
CMYK 0.32 0 0.12 0.43
HSL 158.3º 0.19% 0.48% -
HSV(B) 158.3º 0.32% 0.57% -
XYZ 19.39 24.8 24.53 -
YUV 130.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 99 146 129 0.32 0 0.12 0.43 158.3 0.19 0.48
Hex 63 92 81 20 0 C 2B 9E 13 30
Octal 143 222 201 40 0 14 53 236 23 60
Binary 1100011 10010010 10000001 100000 0 1100 101011 10011110 10011 110000

Color Harmonies of #639281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639281

Black with #639281

Text Example


Text Example

White with #639281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639281; }

 p { color: rgb(99,146,129); }

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

background-color css

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

 a { background-color: rgb(99,146,129); }

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

border-color css

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

 span { border-color: rgb(99,146,129); }

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