#63966A

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

Shades of Laurel #63966A

Tints of Laurel #63966A

Color information

#63966A (or 0x63966A) is unknown color: approx Laurel. HEX triplet: 63, 96 and 6A. RGB value is (99,150,106). Sum of RGB (Red+Green+Blue) = 99+150+106=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #63966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63966A is #9C6995. Grayscale: #818181. Windows color (decimal): -10250646 or 6985315. OLE color: 6985315.

HSL color Cylindrical-coordinate representation of color #63966A: hue angle of 128.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63966A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB99150106-
CMYK0.3400.290.41
HSL128.24º20.48%48.82%-
HSV(B)128.24º34%58.82%-
XYZ18.6525.5117.58-
YUV129.73114.6106.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=27.89%
G=42.25%
B=29.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501060.3400.290.41128.2420.4848.82
Hex63966A2201D29801431
Octal14322615242035512002461
Binary11000111001011011010101000100111011010011000000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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