#649776

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

Shades of Oxley #649776

Tints of Oxley #649776

Color information

#649776 (or 0x649776) is unknown color: approx Oxley. HEX triplet: 64, 97 and 76. RGB value is (100,151,118). Sum of RGB (Red+Green+Blue) = 100+151+118=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #649776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649776 is #9B6889. Grayscale: #848484. Windows color (decimal): -10184842 or 7772004. OLE color: 7772004.

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

Color convert

RGB100151118-
CMYK0.3400.220.41
HSL141.18º20.32%49.22%-
HSV(B)141.18º33.77%59.22%-
XYZ19.5926.1521.15-
YUV131.99120.1105.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=27.10%
G=40.92%
B=31.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511180.3400.220.41141.1820.3249.22
Hex64977622016298d1431
Octal14422716642026512152461
Binary11001001001011111101101000100101101010011000110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649776; }

 p { color: rgb(100,151,118); }

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

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

 a { background-color: rgb(100,151,118); }

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

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

 span { border-color: rgb(100,151,118); }

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