Html Css Color HEX #639571 Oxley

📋 copy color: '#639571'

red 99 ◦ green 149 ◦ blue 113

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

Shades of Oxley #639571

Tints of Oxley #639571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 27.42%
G = 41.27%
B = 31.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#639571 (or 0x639571) is known color: Oxley. HEX triplet: 63, 95 and 71. RGB value is (99,149,113). Sum of RGB (Red+Green+Blue) = 99+149+113=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #639571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639571 is #9C6A8E. Grayscale: #828282. Windows color (decimal): -10250895 or 7443811. OLE color: 7443811.

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

Color convert

RGB 99 149 113 -
CMYK 0.34 0 0.24 0.42
HSL 136.8º 0.2% 0.49% -
HSV(B) 136.8º 0.34% 0.58% -
XYZ 18.87 25.34 19.52 -
YUV 129.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 99 149 113 0.34 0 0.24 0.42 136.8 0.2 0.49
Hex 63 95 71 22 0 18 2A 89 14 31
Octal 143 225 161 42 0 30 52 211 24 61
Binary 1100011 10010101 1110001 100010 0 11000 101010 10001001 10100 110001

Color Harmonies of #639571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639571

Black with #639571

Text Example


Text Example

White with #639571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639571; }

 p { color: rgb(99,149,113); }

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

background-color css

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

 a { background-color: rgb(99,149,113); }

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

border-color css

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

 span { border-color: rgb(99,149,113); }

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