#63836A

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

Shades of Laurel #63836A

Tints of Laurel #63836A

Color information

#63836A (or 0x63836A) is unknown color: approx Laurel. HEX triplet: 63, 83 and 6A. RGB value is (99,131,106). Sum of RGB (Red+Green+Blue) = 99+131+106=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #63836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63836A is #9C7C95. Grayscale: #767676. Windows color (decimal): -10255510 or 6980451. OLE color: 6980451.

HSL color Cylindrical-coordinate representation of color #63836A: hue angle of 133.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63836A is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB99131106-
CMYK0.2400.190.49
HSL133.12º13.91%45.1%-
HSV(B)133.12º24.43%51.37%-
XYZ15.8619.9316.65-
YUV118.58120.9114.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=29.46%
G=38.99%
B=31.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991311060.2400.190.49133.1213.9145.1
Hex63836A180133185e2d
Octal14320315230023612051655
Binary110001110000011110101011000010011110001100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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