Html Css Color HEX #639283 Patina

📋 copy color: '#639283'

red 99 ◦ green 146 ◦ blue 131

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

Shades of Patina #639283

Tints of Patina #639283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 26.33%
G = 38.83%
B = 34.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#639283 (or 0x639283) is known color: Patina. HEX triplet: 63, 92 and 83. RGB value is (99,146,131). Sum of RGB (Red+Green+Blue) = 99+146+131=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #639283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639283 is #9C6D7C. Grayscale: #828282. Windows color (decimal): -10251645 or 8622691. OLE color: 8622691.

HSL color Cylindrical-coordinate representation of color #639283: hue angle of 160.85º 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 #639283 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 131 -
CMYK 0.32 0 0.10 0.43
HSL 160.85º 0.19% 0.48% -
HSV(B) 160.85º 0.32% 0.57% -
XYZ 19.52 24.85 25.24 -
YUV 130.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 99 146 131 0.32 0 0.10 0.43 160.85 0.19 0.48
Hex 63 92 83 20 0 A 2B A1 13 30
Octal 143 222 203 40 0 12 53 241 23 60
Binary 1100011 10010010 10000011 100000 0 1010 101011 10100001 10011 110000

Color Harmonies of #639283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639283

Black with #639283

Text Example


Text Example

White with #639283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639283; }

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

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

background-color css

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

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

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

border-color css

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

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

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