#63896A

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

Shades of Laurel #63896A

Tints of Laurel #63896A

Color information

#63896A (or 0x63896A) is unknown color: approx Laurel. HEX triplet: 63, 89 and 6A. RGB value is (99,137,106). Sum of RGB (Red+Green+Blue) = 99+137+106=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #63896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896A is #9C7695. Grayscale: #7A7A7A. Windows color (decimal): -10253974 or 6981987. OLE color: 6981987.

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

Color convert

RGB99137106-
CMYK0.2800.230.46
HSL131.05º16.1%46.27%-
HSV(B)131.05º27.74%53.73%-
XYZ16.6921.5816.92-
YUV122.1118.91111.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=28.95%
G=40.06%
B=30.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371060.2800.230.46131.0516.146.27
Hex63896A1C0172E83102e
Octal14321115234027562032056
Binary1100011100010011101010111000101111011101000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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