#63866B

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

Shades of Laurel #63866B

Tints of Laurel #63866B

Color information

#63866B (or 0x63866B) is unknown color: approx Laurel. HEX triplet: 63, 86 and 6B. RGB value is (99,134,107). Sum of RGB (Red+Green+Blue) = 99+134+107=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #63866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63866B is #9C7994. Grayscale: #787878. Windows color (decimal): -10254741 or 7046755. OLE color: 7046755.

HSL color Cylindrical-coordinate representation of color #63866B: hue angle of 133.71º 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 #63866B is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB99134107-
CMYK0.2600.200.47
HSL133.71º15.02%45.69%-
HSV(B)133.71º26.12%52.55%-
XYZ16.3220.7617.06-
YUV120.46120.4112.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=29.12%
G=39.41%
B=31.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341070.2600.200.47133.7115.0245.69
Hex63866B1A0142F86f2e
Octal14320615332024572061756
Binary110001110000110110101111010010100101111100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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