#649075

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

Shades of Oxley #649075

Tints of Oxley #649075

Color information

#649075 (or 0x649075) is unknown color: approx Oxley. HEX triplet: 64, 90 and 75. RGB value is (100,144,117). Sum of RGB (Red+Green+Blue) = 100+144+117=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #649075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649075 is #9B6F8A. Grayscale: #7F7F7F. Windows color (decimal): -10186635 or 7704676. OLE color: 7704676.

HSL color Cylindrical-coordinate representation of color #649075: hue angle of 143.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649075 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB100144117-
CMYK0.3100.190.44
HSL143.18º18.03%47.84%-
HSV(B)143.18º30.56%56.47%-
XYZ18.4423.9420.48-
YUV127.77121.92108.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=27.70%
G=39.89%
B=32.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441170.3100.190.44143.1818.0347.84
Hex6490751F0132C8f1230
Octal14422016537023542172260
Binary1100100100100001110101111110100111011001000111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649075; }

 p { color: rgb(100,144,117); }

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

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

 a { background-color: rgb(100,144,117); }

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

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

 span { border-color: rgb(100,144,117); }

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