#63826A

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

Shades of Laurel #63826A

Tints of Laurel #63826A

Color information

#63826A (or 0x63826A) is unknown color: approx Laurel. HEX triplet: 63, 82 and 6A. RGB value is (99,130,106). Sum of RGB (Red+Green+Blue) = 99+130+106=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #63826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63826A is #9C7D95. Grayscale: #767676. Windows color (decimal): -10255766 or 6980195. OLE color: 6980195.

HSL color Cylindrical-coordinate representation of color #63826A: hue angle of 133.55º 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 #63826A is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB99130106-
CMYK0.2400.180.49
HSL133.55º13.54%44.9%-
HSV(B)133.55º23.85%50.98%-
XYZ15.7319.6616.6-
YUV118121.23114.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=29.55%
G=38.81%
B=31.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301060.2400.180.49133.5513.5444.9
Hex63826A180123186e2d
Octal14320215230022612061655
Binary110001110000010110101011000010010110001100001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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