#63966E

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

Shades of Oxley #63966E

Tints of Oxley #63966E

Color information

#63966E (or 0x63966E) is unknown color: approx Oxley. HEX triplet: 63, 96 and 6E. RGB value is (99,150,110). Sum of RGB (Red+Green+Blue) = 99+150+110=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #63966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63966E is #9C6991. Grayscale: #828282. Windows color (decimal): -10250642 or 7247459. OLE color: 7247459.

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

Color convert

RGB99150110-
CMYK0.3400.270.41
HSL132.94º20.48%48.82%-
HSV(B)132.94º34%58.82%-
XYZ18.8725.5918.7-
YUV130.19116.6105.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=27.58%
G=41.78%
B=30.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501100.3400.270.41132.9420.4848.82
Hex63966E2201B29851431
Octal14322615642033512052461
Binary11000111001011011011101000100110111010011000010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,150,110); }

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

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

 a { background-color: rgb(99,150,110); }

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

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

 span { border-color: rgb(99,150,110); }

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