#649573

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

Shades of Oxley #649573

Tints of Oxley #649573

Color information

#649573 (or 0x649573) is unknown color: approx Oxley. HEX triplet: 64, 95 and 73. RGB value is (100,149,115). Sum of RGB (Red+Green+Blue) = 100+149+115=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #649573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649573 is #9B6A8C. Grayscale: #828282. Windows color (decimal): -10185357 or 7574884. OLE color: 7574884.

HSL color Cylindrical-coordinate representation of color #649573: hue angle of 138.37º 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 #649573 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB100149115-
CMYK0.3300.230.42
HSL138.37º19.68%48.82%-
HSV(B)138.37º32.89%58.43%-
XYZ19.125.4420.12-
YUV130.47119.27106.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=27.47%
G=40.93%
B=31.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491150.3300.230.42138.3719.6848.82
Hex649573210172A8a1431
Octal14422516341027522122461
Binary11001001001010111100111000010101111010101000101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649573; }

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

 H1.HeaderClassName
 {
   color: #649573;
 }
 .AnyTagClassName
 {
   color: #649573;
 }
</style>
background-color css

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

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

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

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

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

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