#63936E

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

Shades of Oxley #63936E

Tints of Oxley #63936E

Color information

#63936E (or 0x63936E) is unknown color: approx Oxley. HEX triplet: 63, 93 and 6E. RGB value is (99,147,110). Sum of RGB (Red+Green+Blue) = 99+147+110=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #63936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63936E is #9C6C91. Grayscale: #808080. Windows color (decimal): -10251410 or 7246691. OLE color: 7246691.

HSL color Cylindrical-coordinate representation of color #63936E: hue angle of 133.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63936E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB99147110-
CMYK0.3300.250.42
HSL133.75º19.51%48.24%-
HSV(B)133.75º32.65%57.65%-
XYZ18.3924.6518.54-
YUV128.43117.6107.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=27.81%
G=41.29%
B=30.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471100.3300.250.42133.7519.5148.24
Hex63936E210192A861430
Octal14322315641031522062460
Binary11000111001001111011101000010110011010101000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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