#63886A

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

Shades of Laurel #63886A

Tints of Laurel #63886A

Color information

#63886A (or 0x63886A) is unknown color: approx Laurel. HEX triplet: 63, 88 and 6A. RGB value is (99,136,106). Sum of RGB (Red+Green+Blue) = 99+136+106=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #63886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886A is #9C7795. Grayscale: #797979. Windows color (decimal): -10254230 or 6981731. OLE color: 6981731.

HSL color Cylindrical-coordinate representation of color #63886A: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63886A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB99136106-
CMYK0.2700.220.47
HSL131.35º15.74%46.08%-
HSV(B)131.35º27.21%53.33%-
XYZ16.5521.316.87-
YUV121.52119.24111.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=29.03%
G=39.88%
B=31.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361060.2700.220.47131.3515.7446.08
Hex63886A1B0162F83102e
Octal14321015233026572032056
Binary1100011100010001101010110110101101011111000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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