Html Css Color HEX #638C7C Patina

📋 copy color: '#638C7C'

red 99 ◦ green 140 ◦ blue 124

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

Shades of Patina #638C7C

Tints of Patina #638C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 27.27%
G = 38.57%
B = 34.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#638C7C (or 0x638C7C) is known color: Patina. HEX triplet: 63, 8C and 7C. RGB value is (99,140,124). Sum of RGB (Red+Green+Blue) = 99+140+124=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #638C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C7C is #9C7383. Grayscale: #7D7D7D. Windows color (decimal): -10253188 or 8162403. OLE color: 8162403.

HSL color Cylindrical-coordinate representation of color #638C7C: hue angle of 156.59º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638C7C is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 140 124 -
CMYK 0.29 0 0.11 0.45
HSL 156.59º 0.17% 0.47% -
HSV(B) 156.59º 0.29% 0.55% -
XYZ 18.16 22.86 22.52 -
YUV 125.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 99 140 124 0.29 0 0.11 0.45 156.59 0.17 0.47
Hex 63 8C 7C 1D 0 B 2D 9D 11 2F
Octal 143 214 174 35 0 13 55 235 21 57
Binary 1100011 10001100 1111100 11101 0 1011 101101 10011101 10001 101111

Color Harmonies of #638C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638C7C

Black with #638C7C

Text Example


Text Example

White with #638C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,140,124); }

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

background-color css

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

 a { background-color: rgb(99,140,124); }

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

border-color css

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

 span { border-color: rgb(99,140,124); }

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