#63856B

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

Shades of Laurel #63856B

Tints of Laurel #63856B

Color information

#63856B (or 0x63856B) is unknown color: approx Laurel. HEX triplet: 63, 85 and 6B. RGB value is (99,133,107). Sum of RGB (Red+Green+Blue) = 99+133+107=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #63856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63856B is #9C7A94. Grayscale: #777777. Windows color (decimal): -10254997 or 7046499. OLE color: 7046499.

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

Color convert

RGB99133107-
CMYK0.2600.200.48
HSL134.12º14.66%45.49%-
HSV(B)134.12º25.56%52.16%-
XYZ16.1920.4917.01-
YUV119.87120.74113.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=29.20%
G=39.23%
B=31.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331070.2600.200.48134.1214.6645.49
Hex63856B1A0143086f2d
Octal14320515332024602061755
Binary110001110000101110101111010010100110000100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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