#65866E

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

Shades of Laurel #65866E

Tints of Laurel #65866E

Color information

#65866E (or 0x65866E) is unknown color: approx Laurel. HEX triplet: 65, 86 and 6E. RGB value is (101,134,110). Sum of RGB (Red+Green+Blue) = 101+134+110=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #65866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65866E is #9A7991. Grayscale: #797979. Windows color (decimal): -10123666 or 7243365. OLE color: 7243365.

HSL color Cylindrical-coordinate representation of color #65866E: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65866E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB101134110-
CMYK0.2500.180.47
HSL136.36º14.04%46.08%-
HSV(B)136.36º24.63%52.55%-
XYZ16.7120.9417.91-
YUV121.4121.57113.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=29.28%
G=38.84%
B=31.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341100.2500.180.47136.3614.0446.08
Hex65866E190122F88e2e
Octal14520615631022572101656
Binary110010110000110110111011001010010101111100010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65866E; }

 p { color: rgb(101,134,110); }

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

<style>
 a { background-color: #65866E; }

 a { background-color: rgb(101,134,110); }

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

<style>
 span { border-color: #65866E; }

 span { border-color: rgb(101,134,110); }

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