Html Css Color HEX #639382 Patina

📋 copy color: '#639382'

red 99 ◦ green 147 ◦ blue 130

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

Shades of Patina #639382

Tints of Patina #639382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 26.33%
G = 39.1%
B = 34.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#639382 (or 0x639382) is known color: Patina. HEX triplet: 63, 93 and 82. RGB value is (99,147,130). Sum of RGB (Red+Green+Blue) = 99+147+130=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #639382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639382 is #9C6C7D. Grayscale: #828282. Windows color (decimal): -10251390 or 8557411. OLE color: 8557411.

HSL color Cylindrical-coordinate representation of color #639382: hue angle of 158.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639382 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 130 -
CMYK 0.33 0 0.12 0.42
HSL 158.75º 0.2% 0.48% -
HSV(B) 158.75º 0.33% 0.58% -
XYZ 19.61 25.13 24.94 -
YUV 130.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 99 147 130 0.33 0 0.12 0.42 158.75 0.2 0.48
Hex 63 93 82 21 0 C 2A 9F 14 30
Octal 143 223 202 41 0 14 52 237 24 60
Binary 1100011 10010011 10000010 100001 0 1100 101010 10011111 10100 110000

Color Harmonies of #639382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639382

Black with #639382

Text Example


Text Example

White with #639382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639382; }

 p { color: rgb(99,147,130); }

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

background-color css

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

 a { background-color: rgb(99,147,130); }

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

border-color css

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

 span { border-color: rgb(99,147,130); }

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