#63896E

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

Shades of Laurel #63896E

Tints of Laurel #63896E

Color information

#63896E (or 0x63896E) is unknown color: approx Laurel. HEX triplet: 63, 89 and 6E. RGB value is (99,137,110). Sum of RGB (Red+Green+Blue) = 99+137+110=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #63896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896E is #9C7691. Grayscale: #7A7A7A. Windows color (decimal): -10253970 or 7244131. OLE color: 7244131.

HSL color Cylindrical-coordinate representation of color #63896E: hue angle of 137.37º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63896E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB99137110-
CMYK0.2800.200.46
HSL137.37º16.1%46.27%-
HSV(B)137.37º27.74%53.73%-
XYZ16.9121.6718.04-
YUV122.56120.91111.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=28.61%
G=39.60%
B=31.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371100.2800.200.46137.3716.146.27
Hex63896E1C0142E89102e
Octal14321115634024562112056
Binary1100011100010011101110111000101001011101000100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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