#63896B

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

Shades of Laurel #63896B

Tints of Laurel #63896B

Color information

#63896B (or 0x63896B) is unknown color: approx Laurel. HEX triplet: 63, 89 and 6B. RGB value is (99,137,107). Sum of RGB (Red+Green+Blue) = 99+137+107=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #63896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896B is #9C7694. Grayscale: #7A7A7A. Windows color (decimal): -10253973 or 7047523. OLE color: 7047523.

HSL color Cylindrical-coordinate representation of color #63896B: hue angle of 132.63º 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 #63896B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB99137107-
CMYK0.2800.220.46
HSL132.63º16.1%46.27%-
HSV(B)132.63º27.74%53.73%-
XYZ16.7521.6117.2-
YUV122.22119.41111.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=28.86%
G=39.94%
B=31.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371070.2800.220.46132.6316.146.27
Hex63896B1C0162E85102e
Octal14321115334026562052056
Binary1100011100010011101011111000101101011101000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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