#63846B

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

Shades of Laurel #63846B

Tints of Laurel #63846B

Color information

#63846B (or 0x63846B) is unknown color: approx Laurel. HEX triplet: 63, 84 and 6B. RGB value is (99,132,107). Sum of RGB (Red+Green+Blue) = 99+132+107=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #63846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63846B is #9C7B94. Grayscale: #777777. Windows color (decimal): -10255253 or 7046243. OLE color: 7046243.

HSL color Cylindrical-coordinate representation of color #63846B: hue angle of 134.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63846B is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB99132107-
CMYK0.2500.190.48
HSL134.55º14.29%45.29%-
HSV(B)134.55º25%51.76%-
XYZ16.0520.2216.97-
YUV119.28121.07113.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=29.29%
G=39.05%
B=31.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321070.2500.190.48134.5514.2945.29
Hex63846B190133087e2d
Octal14320415331023602071655
Binary110001110000100110101111001010011110000100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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