#649577

Color #649577 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #649577

Tints of Oxley #649577

Color information

#649577 (or 0x649577) is unknown color: approx 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

RGB100149119-
CMYK0.3300.200.42
HSL143.27º19.68%48.82%-
HSV(B)143.27º32.89%58.43%-
XYZ19.3325.5421.36-
YUV130.93121.27105.94-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491190.3300.200.42143.2719.6848.82
Hex649577210142A8f1431
Octal14422516741024522172461
Binary11001001001010111101111000010101001010101000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>