#66836B

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

Shades of Laurel #66836B

Tints of Laurel #66836B

Color information

#66836B (or 0x66836B) is unknown color: approx Laurel. HEX triplet: 66, 83 and 6B. RGB value is (102,131,107). Sum of RGB (Red+Green+Blue) = 102+131+107=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #66836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66836B is #997C94. Grayscale: #777777. Windows color (decimal): -10058901 or 7045990. OLE color: 7045990.

HSL color Cylindrical-coordinate representation of color #66836B: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66836B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB102131107-
CMYK0.2200.180.49
HSL130.34º12.45%45.69%-
HSV(B)130.34º22.14%51.37%-
XYZ16.2520.1216.94-
YUV119.59120.89115.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=30%
G=38.53%
B=31.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311070.2200.180.49130.3412.4545.69
Hex66836B160123182c2e
Octal14620315326022612021456
Binary110011010000011110101110110010010110001100000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,131,107); }

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

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

 a { background-color: rgb(102,131,107); }

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

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

 span { border-color: rgb(102,131,107); }

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