Html Css Color HEX #649577 Oxley

📋 copy color: '#649577'

red 100 ◦ green 149 ◦ blue 119

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

Shades of Oxley #649577

Tints of Oxley #649577

RGB

 RED value IS 100 (39.45% from 255) = 27.17%

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

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 27.17%
G = 40.49%
B = 32.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#649577 (or 0x649577) is known color: Oxley. HEX triplet: 64, 95 and 77. RGB value is (100,149,119). Sum of RGB (Red+Green+Blue) = 100+149+119=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #649577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649577 is #9B6A88. Grayscale: #838383. Windows color (decimal): -10185353 or 7837028. OLE color: 7837028.

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

Color convert

RGB 100 149 119 -
CMYK 0.33 0 0.20 0.42
HSL 143.27º 0.2% 0.49% -
HSV(B) 143.27º 0.33% 0.58% -
XYZ 19.33 25.54 21.36 -
YUV 130.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 100 149 119 0.33 0 0.20 0.42 143.27 0.2 0.49
Hex 64 95 77 21 0 14 2A 8F 14 31
Octal 144 225 167 41 0 24 52 217 24 61
Binary 1100100 10010101 1110111 100001 0 10100 101010 10001111 10100 110001

Color Harmonies of #649577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649577

Black with #649577

Text Example


Text Example

White with #649577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649577; }

 p { color: rgb(100,149,119); }

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

background-color css

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

 a { background-color: rgb(100,149,119); }

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

border-color css

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

 span { border-color: rgb(100,149,119); }

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