#63926E

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

Shades of Oxley #63926E

Tints of Oxley #63926E

Color information

#63926E (or 0x63926E) is unknown color: approx Oxley. HEX triplet: 63, 92 and 6E. RGB value is (99,146,110). Sum of RGB (Red+Green+Blue) = 99+146+110=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #63926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926E is #9C6D91. Grayscale: #7F7F7F. Windows color (decimal): -10251666 or 7246435. OLE color: 7246435.

HSL color Cylindrical-coordinate representation of color #63926E: hue angle of 134.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63926E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB99146110-
CMYK0.3200.250.43
HSL134.04º19.18%48.04%-
HSV(B)134.04º32.19%57.25%-
XYZ18.2424.3418.49-
YUV127.84117.93107.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=27.89%
G=41.13%
B=30.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461100.3200.250.43134.0419.1848.04
Hex63926E200192B861330
Octal14322215640031532062360
Binary11000111001001011011101000000110011010111000011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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