#63896C

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

Shades of Laurel #63896C

Tints of Laurel #63896C

Color information

#63896C (or 0x63896C) is unknown color: approx Laurel. HEX triplet: 63, 89 and 6C. RGB value is (99,137,108). Sum of RGB (Red+Green+Blue) = 99+137+108=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #63896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896C is #9C7693. Grayscale: #7A7A7A. Windows color (decimal): -10253972 or 7113059. OLE color: 7113059.

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

Color convert

RGB99137108-
CMYK0.2800.210.46
HSL134.21º16.1%46.27%-
HSV(B)134.21º27.74%53.73%-
XYZ16.821.6317.48-
YUV122.33119.91111.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=28.78%
G=39.83%
B=31.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371080.2800.210.46134.2116.146.27
Hex63896C1C0152E86102e
Octal14321115434025562062056
Binary1100011100010011101100111000101011011101000011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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