#649571

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

Shades of Oxley #649571

Tints of Oxley #649571

Color information

#649571 (or 0x649571) is unknown color: approx Oxley. HEX triplet: 64, 95 and 71. RGB value is (100,149,113). Sum of RGB (Red+Green+Blue) = 100+149+113=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #649571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649571 is #9B6A8E. Grayscale: #828282. Windows color (decimal): -10185359 or 7443812. OLE color: 7443812.

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

Color convert

RGB100149113-
CMYK0.3300.240.42
HSL135.92º19.68%48.82%-
HSV(B)135.92º32.89%58.43%-
XYZ18.9825.419.52-
YUV130.24118.27106.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=27.62%
G=41.16%
B=31.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491130.3300.240.42135.9219.6848.82
Hex649571210182A881431
Octal14422516141030522102461
Binary11001001001010111100011000010110001010101000100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649571; }

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

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

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

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

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

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

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

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