#64996E

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

Shades of Oxley #64996E

Tints of Oxley #64996E

Color information

#64996E (or 0x64996E) is unknown color: approx Oxley. HEX triplet: 64, 99 and 6E. RGB value is (100,153,110). Sum of RGB (Red+Green+Blue) = 100+153+110=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #64996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64996E is #9B6691. Grayscale: #848484. Windows color (decimal): -10184338 or 7248228. OLE color: 7248228.

HSL color Cylindrical-coordinate representation of color #64996E: hue angle of 131.32º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64996E is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB100153110-
CMYK0.3500.280.4
HSL131.32º20.95%49.61%-
HSV(B)131.32º34.64%60%-
XYZ19.4626.6218.86-
YUV132.25115.44105-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=27.55%
G=42.15%
B=30.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531100.3500.280.4131.3220.9549.61
Hex64996E2301C28831532
Octal14423115643034502032562
Binary11001001001100111011101000110111001010001000001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64996E; }

 p { color: rgb(100,153,110); }

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

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

 a { background-color: rgb(100,153,110); }

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

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

 span { border-color: rgb(100,153,110); }

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