Html Css Color HEX #638F81 Patina

📋 copy color: '#638F81'

red 99 ◦ green 143 ◦ blue 129

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

Shades of Patina #638F81

Tints of Patina #638F81

RGB

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

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

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

R = 26.68%
G = 38.54%
B = 34.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#638F81 (or 0x638F81) is known color: Patina. HEX triplet: 63, 8F and 81. RGB value is (99,143,129). Sum of RGB (Red+Green+Blue) = 99+143+129=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #638F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F81 is #9C707E. Grayscale: #808080. Windows color (decimal): -10252415 or 8490851. OLE color: 8490851.

HSL color Cylindrical-coordinate representation of color #638F81: hue angle of 160.91º 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 #638F81 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 129 -
CMYK 0.31 0 0.10 0.44
HSL 160.91º 0.18% 0.47% -
HSV(B) 160.91º 0.31% 0.56% -
XYZ 18.93 23.88 24.38 -
YUV 128.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 99 143 129 0.31 0 0.10 0.44 160.91 0.18 0.47
Hex 63 8F 81 1F 0 A 2C A1 12 2F
Octal 143 217 201 37 0 12 54 241 22 57
Binary 1100011 10001111 10000001 11111 0 1010 101100 10100001 10010 101111

Color Harmonies of #638F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F81

Black with #638F81

Text Example


Text Example

White with #638F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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