#61886A

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

Shades of Laurel #61886A

Tints of Laurel #61886A

Color information

#61886A (or 0x61886A) is unknown color: approx Laurel. HEX triplet: 61, 88 and 6A. RGB value is (97,136,106). Sum of RGB (Red+Green+Blue) = 97+136+106=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #61886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61886A is #9E7795. Grayscale: #787878. Windows color (decimal): -10385302 or 6981729. OLE color: 6981729.

HSL color Cylindrical-coordinate representation of color #61886A: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61886A is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB97136106-
CMYK0.2900.220.47
HSL133.85º16.74%45.69%-
HSV(B)133.85º28.68%53.33%-
XYZ16.3421.1916.86-
YUV120.92119.58110.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=28.61%
G=40.12%
B=31.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971361060.2900.220.47133.8516.7445.69
Hex61886A1D0162F86112e
Octal14121015235026572062156
Binary1100001100010001101010111010101101011111000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,136,106); }

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

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

 a { background-color: rgb(97,136,106); }

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

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

 span { border-color: rgb(97,136,106); }

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