#649773

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

Shades of Oxley #649773

Tints of Oxley #649773

Color information

#649773 (or 0x649773) is unknown color: approx Oxley. HEX triplet: 64, 97 and 73. RGB value is (100,151,115). Sum of RGB (Red+Green+Blue) = 100+151+115=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #649773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649773 is #9B688C. Grayscale: #838383. Windows color (decimal): -10184845 or 7575396. OLE color: 7575396.

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

Color convert

RGB100151115-
CMYK0.3400.240.41
HSL137.65º20.32%49.22%-
HSV(B)137.65º33.77%59.22%-
XYZ19.4226.0820.23-
YUV131.65118.6105.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=27.32%
G=41.26%
B=31.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511150.3400.240.41137.6520.3249.22
Hex64977322018298a1431
Octal14422716342030512122461
Binary11001001001011111100111000100110001010011000101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649773; }

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

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

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

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

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

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

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

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