#63866C

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

Shades of Laurel #63866C

Tints of Laurel #63866C

Color information

#63866C (or 0x63866C) is unknown color: approx Laurel. HEX triplet: 63, 86 and 6C. RGB value is (99,134,108). Sum of RGB (Red+Green+Blue) = 99+134+108=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #63866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63866C is #9C7993. Grayscale: #787878. Windows color (decimal): -10254740 or 7112291. OLE color: 7112291.

HSL color Cylindrical-coordinate representation of color #63866C: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63866C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB99134108-
CMYK0.2600.190.47
HSL135.43º15.02%45.69%-
HSV(B)135.43º26.12%52.55%-
XYZ16.3820.7917.34-
YUV120.57120.9112.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=29.03%
G=39.30%
B=31.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341080.2600.190.47135.4315.0245.69
Hex63866C1A0132F87f2e
Octal14320615432023572071756
Binary110001110000110110110011010010011101111100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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