Html Css Color HEX #638F86 Patina

📋 copy color: '#638F86'

red 99 ◦ green 143 ◦ blue 134

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

Shades of Patina #638F86

Tints of Patina #638F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 26.33%
G = 38.03%
B = 35.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#638F86 (or 0x638F86) is known color: Patina. HEX triplet: 63, 8F and 86. RGB value is (99,143,134). Sum of RGB (Red+Green+Blue) = 99+143+134=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #638F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F86 is #9C7079. Grayscale: #808080. Windows color (decimal): -10252410 or 8818531. OLE color: 8818531.

HSL color Cylindrical-coordinate representation of color #638F86: hue angle of 167.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F86 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 134 -
CMYK 0.31 0 0.06 0.44
HSL 167.73º 0.18% 0.47% -
HSV(B) 167.73º 0.31% 0.56% -
XYZ 19.27 24.02 26.17 -
YUV 128.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 99 143 134 0.31 0 0.06 0.44 167.73 0.18 0.47
Hex 63 8F 86 1F 0 6 2C A8 12 2F
Octal 143 217 206 37 0 6 54 250 22 57
Binary 1100011 10001111 10000110 11111 0 110 101100 10101000 10010 101111

Color Harmonies of #638F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F86

Black with #638F86

Text Example


Text Example

White with #638F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638F86; }

 p { color: rgb(99,143,134); }

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

background-color css

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

 a { background-color: rgb(99,143,134); }

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

border-color css

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

 span { border-color: rgb(99,143,134); }

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